aboutsummaryrefslogtreecommitdiff
path: root/swaybar/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/meson.build')
-rw-r--r--swaybar/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/swaybar/meson.build b/swaybar/meson.build
index 312ca97b..a44c0061 100644
--- a/swaybar/meson.build
+++ b/swaybar/meson.build
@@ -1,4 +1,4 @@
-tray_files = get_option('enable-tray') ? [
+tray_files = have_tray ? [
'tray/host.c',
'tray/icon.c',
'tray/item.c',
@@ -19,7 +19,7 @@ swaybar_deps = [
wayland_cursor,
wlroots,
]
-if get_option('enable-tray')
+if have_tray
if systemd.found()
swaybar_deps += systemd
elif elogind.found()