Fix a missing option declaration after merge

This commit is contained in:
Michael Raskin 2013-06-14 00:11:34 +04:00
parent 605c5a55a8
commit 1a41887398

View file

@ -3,6 +3,7 @@
, gobjectSupport ? true, glib
, xcbSupport ? true # no longer experimental since 1.12
, glSupport ? true, mesa_noglu ? null # mesa is no longer a big dependency
, pdfSupport ? true
}:
assert glSupport -> mesa_noglu != null;