aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-07-20 19:43:48 -0400
committerGitHub <noreply@github.com>2017-07-20 19:43:48 -0400
commit47754642f8dd57b26d862f74f732b6c4a43ca23f (patch)
treef069574851afa50bff3d8edeabe8f9790352faab /CMakeLists.txt
parent1e13a1fd60dac491a82670826f9960d0b6f8cf7b (diff)
parent8976a47f629dd2af65c6fabaff736e13d80a270b (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 a4bf351b..459eeb04 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")