aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-07-20 19:43:48 -0400
committerDrew DeVault <sir@cmpwn.com>2017-07-26 19:12:21 -0400
commit0eded8ee7b5c732302d2857f0efe1e7d89c65079 (patch)
treeb9dee01e55f6660d470b77f63d8f244d49e2d19a /CMakeLists.txt
parent6c9aa2a2672903a468ab565d787c1afc3c4de725 (diff)
Merge pull request #1285 from tobiasblass/fix_non_dbus_build
[swaybar] fix non-dbus build
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac92e830..1101bd08 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,7 +95,7 @@ endif()
if (enable-tray)
if (DBUS_FOUND)
- set(ENABLE_TRAY)
+ set(ENABLE_TRAY TRUE)
add_definitions(-DENABLE_TRAY)
else()
message(WARNING "Tray required but DBus was not found. Tray will not be included")