aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-23 16:22:56 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-23 16:22:56 +0000
commit95563aa52d1b15be8efcb23c979c40c0515cfa10 (patch)
tree3dbc3a50e83fe12fb510f28ee29299a7d3bda074 /CMakeLists.txt
parent9793ca4daeeffed1c2c2472c4697e354bf157902 (diff)
downloadqmmp-95563aa52d1b15be8efcb23c979c40c0515cfa10.tar.gz
qmmp-95563aa52d1b15be8efcb23c979c40c0515cfa10.tar.bz2
qmmp-95563aa52d1b15be8efcb23c979c40c0515cfa10.zip
hal support (experimental)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@752 90c681e8-e032-0410-971d-27865f9a5e38
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:")