aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-01-19 18:38:24 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-01-19 18:38:24 +0000
commit3314822ed5503104e43fcf955ff0bf667092e4af (patch)
tree00a9971db5708c239e6a192efe7155b27f9942d4 /src/plugins
parentd07a2db555ffa5bf06117f16c236c6da2e86e536 (diff)
downloadqmmp-3314822ed5503104e43fcf955ff0bf667092e4af.tar.gz
qmmp-3314822ed5503104e43fcf955ff0bf667092e4af.tar.bz2
qmmp-3314822ed5503104e43fcf955ff0bf667092e4af.zip
disabled broken lyrics plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2017 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/General/CMakeLists.txt2
-rw-r--r--src/plugins/General/General.pro1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt
index cb8931cc0..64ae88887 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -2,7 +2,7 @@ SET(USE_MPRIS TRUE CACHE BOOL "enable/disable mpris 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")
+#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_HOTKEY TRUE CACHE BOOL "enable/disable global hotkey plugin")
diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro
index 4fb1e2f19..298c36d85 100644
--- a/src/plugins/General/General.pro
+++ b/src/plugins/General/General.pro
@@ -1,6 +1,5 @@
SUBDIRS += statusicon \
notifier \
- lyrics \
scrobbler \
fileops
unix:SUBDIRS += mpris \