From 1ac45ae67953898cbf207aefac81be7d99974d85 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 14 Jan 2009 21:34:21 +0000 Subject: lyrics plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@745 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/General/CMakeLists.txt') diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index e78c28075..6e69595da 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -2,6 +2,7 @@ SET(USE_DBUS TRUE CACHE BOOL "enable/disable dbus 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") IF(USE_DBUS) add_subdirectory(mpris) @@ -18,3 +19,7 @@ ENDIF(USE_STATICON) IF(USE_NOTIFIER) add_subdirectory(notifier) ENDIF(USE_NOTIFIER) + +IF(USE_LYRICS) +add_subdirectory(lyrics) +ENDIF(USE_LYRICS) -- cgit v1.2.3-13-gbd6f