From 999b2065da19260e1f3e6644de9200101814e636 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 9 Feb 2008 20:35:27 +0000 Subject: fixed dbus plugin build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@237 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/CMakeLists.txt') diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index e4769ef9d..793d41401 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -4,7 +4,7 @@ SET(USE_STATICON TRUE CACHE BOOL "enable/disable status icon plugin") IF(USE_DBUS) MESSAGE(STATUS "DBUS ON") -#add_subdirectory(dbuscontrol) +add_subdirectory(dbuscontrol) ELSE(USE_DBUS) MESSAGE(STATUS "DBUS OFF") ENDIF(USE_DBUS) -- cgit v1.2.3-13-gbd6f