aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
-rw-r--r--src/plugins/General/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt
index 0ccf00b0a..136b4c156 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -55,6 +55,6 @@ IF(USE_KDENOTIFY)
add_subdirectory(kdenotify)
ENDIF(USE_KDENOTIFY)
-IF(USE_CONVERTER)
+IF(USE_CONVERTER AND TAGLIB_FOUND)
add_subdirectory(converter)
-ENDIF(USE_CONVERTER)
+ENDIF(USE_CONVERTER AND TAGLIB_FOUND)