diff options
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index 1dfa8e373..45bc7a436 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -4,29 +4,17 @@ SET(USE_STATICON TRUE CACHE BOOL "enable/disable status icon plugin") SET(USE_NOTIFIER TRUE CACHE BOOL "enable/disable notifier plugin") IF(USE_DBUS) -MESSAGE(STATUS "DBUS ON") add_subdirectory(dbuscontrol) -ELSE(USE_DBUS) -MESSAGE(STATUS "DBUS OFF") ENDIF(USE_DBUS) IF(USE_SCROBBLER) -MESSAGE( STATUS "SCROBBLER ON") add_subdirectory(scrobbler) -ELSE(USE_SCROBBLER) -MESSAGE( STATUS "SCROBBLER OFF") ENDIF(USE_SCROBBLER) IF(USE_STATICON) -MESSAGE( STATUS "STATICON ON") add_subdirectory(statusicon) -ELSE(USE_STATICON) -MESSAGE( STATUS "STATICON OFF") ENDIF(USE_STATICON) IF(USE_NOTIFIER) -MESSAGE(STATUS "NOTIFIER ON") add_subdirectory(notifier) -ELSE(USE_NOTIFIER) -MESSAGE(STATUS "NOTIFIER OFF") ENDIF(USE_NOTIFIER) |
