aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/CMakeLists.txt2
-rw-r--r--src/plugins/General/General.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt
index 45bc7a436..17e93cb00 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -8,7 +8,7 @@ add_subdirectory(dbuscontrol)
ENDIF(USE_DBUS)
IF(USE_SCROBBLER)
-add_subdirectory(scrobbler)
+#add_subdirectory(scrobbler)
ENDIF(USE_SCROBBLER)
IF(USE_STATICON)
diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro
index 31790c056..176ed7f1c 100644
--- a/src/plugins/General/General.pro
+++ b/src/plugins/General/General.pro
@@ -1,5 +1,5 @@
SUBDIRS += statusicon \
- scrobbler \
+ #scrobbler \
dbuscontrol \
notifier
TEMPLATE = subdirs