aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-06-03 05:43:16 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-06-03 05:43:16 +0000
commitb5fbc7185fe0bc772398946ec434e2da2c2e6e05 (patch)
tree9d722975676cbdb3dd8cea0880cb0e1f29d99219 /src/plugins/General/CMakeLists.txt
parent2887670ad7542c942217c6ea08cc5aeaecf785f7 (diff)
downloadqmmp-b5fbc7185fe0bc772398946ec434e2da2c2e6e05.tar.gz
qmmp-b5fbc7185fe0bc772398946ec434e2da2c2e6e05.tar.bz2
qmmp-b5fbc7185fe0bc772398946ec434e2da2c2e6e05.zip
disabled hal plugin for all platforms except FreeBSD
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6426 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
-rw-r--r--src/plugins/General/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt
index 3eb64595b..bbeec67cf 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -3,7 +3,7 @@ SET(USE_SCROBBLER TRUE CACHE BOOL "enable/disable scrobbler plugin")
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_HAL (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") CACHE BOOL "enable/disable hal plugin")
SET(USE_UDISKS2 TRUE CACHE BOOL "enable/disable udisks2 plugin")
SET(USE_UDISKS FALSE CACHE BOOL "enable/disable udisks plugin")
SET(USE_HOTKEY TRUE CACHE BOOL "enable/disable global hotkey plugin")
@@ -17,7 +17,6 @@ SET(USE_SB TRUE CACHE BOOL "enable/disable stream browser plugin")
SET(USE_TRACKCHANGE TRUE CACHE BOOL "enable/disable track change plugin")
SET(USE_COPYPASTE TRUE CACHE BOOL "enable/disable copy/paste change plugin")
-
IF(USE_MPRIS)
add_subdirectory(mpris)
ENDIF(USE_MPRIS)