diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-07 16:51:30 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-07 16:51:30 +0000 |
| commit | 64c697c51bdac83f4f4f6cd106d505a9773810cd (patch) | |
| tree | 05aa310c7adb88e43d3975b2f1dc62d2b9b3c741 /src/plugins/General/CMakeLists.txt | |
| parent | 0720c0a32a0a6380eab06248ba8cfe543c008676 (diff) | |
| download | qmmp-64c697c51bdac83f4f4f6cd106d505a9773810cd.tar.gz qmmp-64c697c51bdac83f4f4f6cd106d505a9773810cd.tar.bz2 qmmp-64c697c51bdac83f4f4f6cd106d505a9773810cd.zip | |
updated cmake files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3205 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index cb338687d..b5d7d751b 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -4,7 +4,8 @@ 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_UDISKS TRUE CACHE BOOL "enable/disable udisks 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") SET(USE_FILEOPS TRUE CACHE BOOL "enable/disable fileops plugin") SET(USE_COVER TRUE CACHE BOOL "enable/disable cover manager plugin") @@ -38,6 +39,10 @@ IF(USE_HAL) add_subdirectory(hal) ENDIF(USE_HAL) +IF(USE_UDISKS2) +add_subdirectory(udisks2) +ENDIF(USE_UDISKS2) + IF(USE_UDISKS) add_subdirectory(udisks) ENDIF(USE_UDISKS) |
