From 6fbc4993b5cea9863ad2d5b3645c0fe646c6e304 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 7 Oct 2011 20:14:14 +0000 Subject: fixed cmake scripts git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2385 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/CMakeLists.txt') 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) -- cgit v1.2.3-13-gbd6f