diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-29 13:07:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-29 13:07:37 +0000 |
| commit | 4ac95d39a7142a2e60baa3e1f4122dd5e774c50e (patch) | |
| tree | a40a4c9c6fc70f4e24f8155d4c52f885d47be678 /src/plugins/General/CMakeLists.txt | |
| parent | b247330c91f49dbe4d6f76528a5deefec4282d58 (diff) | |
| download | qmmp-4ac95d39a7142a2e60baa3e1f4122dd5e774c50e.tar.gz qmmp-4ac95d39a7142a2e60baa3e1f4122dd5e774c50e.tar.bz2 qmmp-4ac95d39a7142a2e60baa3e1f4122dd5e774c50e.zip | |
fixed scrobbler plugin regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@919 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index bc52c5736..8b428c008 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -1,5 +1,5 @@ SET(USE_MPRIS TRUE CACHE BOOL "enable/disable mpris plugin") -#SET(USE_SCROBBLER TRUE CACHE BOOL "enable/disable scrobbler plugin") +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") @@ -11,7 +11,7 @@ add_subdirectory(mpris) ENDIF(USE_MPRIS) IF(USE_SCROBBLER) -#add_subdirectory(scrobbler) +add_subdirectory(scrobbler) ENDIF(USE_SCROBBLER) IF(USE_STATICON) |
