mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
8976a47f62
Swaybar's CMakeLists.txt uses the enable-tray option directly to decide whether to build the tray. This leads to a compilation error if dbus is not installed. This patch uses the ENABLE_TRAY variable instead, which is only true if the user enabled the tray *and* dbus is available. |
||
---|---|---|
.. | ||
tray | ||
bar.c | ||
CMakeLists.txt | ||
config.c | ||
event_loop.c | ||
ipc.c | ||
main.c | ||
render.c | ||
status_line.c |