From b5fbc7185fe0bc772398946ec434e2da2c2e6e05 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 3 Jun 2016 05:43:16 +0000 Subject: 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 --- src/plugins/General/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3-13-gbd6f