3
0
Fork 0
forked from mirrors/nixpkgs

uim: prefer libnotify instead of knotify because it works with both GTK and QT

This commit is contained in:
Jan Malakhovski 2017-12-05 11:44:55 +00:00
parent b1186bcb47
commit 83713d4277

View file

@ -8,7 +8,7 @@
, withQt4 ? withQt, qt4 ? null
, withKde ? withQt
, withKde4 ? withKde && withQt4, kdelibs4 ? null, automoc4 ? null
, withKNotify4 ? withKde4
, withKNotify4 ? false
, withLibnotify ? !withKNotify4, libnotify ? null
, withSqlite ? true, sqlite ? null
, withNetworking ? true, curl ? null, openssl ? null