aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d2471b1d2..30ef2605e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -108,11 +108,12 @@ PRINT_SUMMARY ("Analyzer .........................." USE_ANALYZER 1)
MESSAGE("")
MESSAGE("General Plugins:")
-PRINT_SUMMARY ("DBUS support ......................" USE_DBUS 1)
+PRINT_SUMMARY ("MPRIS support ....................." USE_MPRIS 1)
PRINT_SUMMARY ("Scrobbler ........................." USE_SCROBBLER 1)
PRINT_SUMMARY ("Tray support ......................" USE_STATICON 1)
PRINT_SUMMARY ("Notifier support .................." USE_NOTIFIER 1)
-PRINT_SUMMARY ("Lyrics support....................." USE_LYRICS 1)
+PRINT_SUMMARY ("Lyrics support ...................." USE_LYRICS 1)
+PRINT_SUMMARY ("HAL support ......................." USE_HAL 1)
MESSAGE("")
MESSAGE("File Dialogs:")