From 1409f16aa62e4f9706972580916dd5dfc67c7dcc Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 14 Jan 2019 19:44:09 -0500 Subject: [PATCH] Remove enable-tray properly --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index b79dc41..b78a908 100644 --- a/meson.build +++ b/meson.build @@ -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')