matplotlib: be consistent

This commit is contained in:
Domen Kožar 2015-01-17 15:24:47 +01:00
parent 60f83499eb
commit a4e3393050

@ -3,7 +3,7 @@
, freetype, libpng, pkgconfig, mock, pytz, pygobject3
, enableGhostscript ? false, ghostscript ? null, gtk3
, enableGtk2 ? false, pygtk ? null, gobjectIntrospection
, enableGtk3 ? true, cairo
, enableGtk3 ? false, cairo
}:
assert enableGhostscript -> ghostscript != null;