aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
-rw-r--r--src/plugins/General/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt
index c79d34025..8b428c008 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -4,6 +4,7 @@ SET(USE_STATICON TRUE CACHE BOOL "enable/disable status icon plugin")
SET(USE_NOTIFIER TRUE CACHE BOOL "enable/disable notifier plugin")
SET(USE_LYRICS TRUE CACHE BOOL "enable/disable lyrics version")
SET(USE_HAL TRUE CACHE BOOL "enable/disable hal plugin")
+SET(USE_HOTKEY TRUE CACHE BOOL "enable/disable global hotkey plugin")
IF(USE_MPRIS)
add_subdirectory(mpris)
@@ -28,3 +29,7 @@ ENDIF(USE_LYRICS)
IF(USE_HAL)
add_subdirectory(hal)
ENDIF(USE_HAL)
+
+IF(USE_HOTKEY)
+add_subdirectory(hotkey)
+ENDIF(USE_HOTKEY)