diff options
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index e4769ef9d..793d41401 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -4,7 +4,7 @@ SET(USE_STATICON TRUE CACHE BOOL "enable/disable status icon plugin") IF(USE_DBUS) MESSAGE(STATUS "DBUS ON") -#add_subdirectory(dbuscontrol) +add_subdirectory(dbuscontrol) ELSE(USE_DBUS) MESSAGE(STATUS "DBUS OFF") ENDIF(USE_DBUS) |
