Remove enable-tray properly

This commit is contained in:
Drew DeVault 2019-01-14 19:44:09 -05:00
parent eba966c92b
commit 1409f16aa6

View File

@ -111,7 +111,6 @@ client_protos = declare_dependency(
conf_data = configuration_data()
conf_data.set10('HAVE_GDK_PIXBUF', gdk_pixbuf.found())
conf_data.set10('HAVE_TRAY', get_option('enable-tray') and (systemd.found() or elogind.found()))
subdir('include')