From 4d157a298be95ffdb045de05b72cb305917a0fa1 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Fri, 12 Nov 2010 12:32:49 +0100 Subject: [PATCH] Fix compiling with audacious support (Patch from billie, thanks !) --- cmake/ConkyPlatformChecks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ConkyPlatformChecks.cmake b/cmake/ConkyPlatformChecks.cmake index dfb73f9c..6460d3eb 100644 --- a/cmake/ConkyPlatformChecks.cmake +++ b/cmake/ConkyPlatformChecks.cmake @@ -235,7 +235,7 @@ endif(BUILD_LUA) if(BUILD_AUDACIOUS) set(WANT_GLIB true) if(NOT BUILD_AUDACIOUS_LEGACY) - pkg_check_modules(AUDACIOUS REQUIRED audacious>=1.4.0 dbus-glib-1 gobject-2.0) + pkg_check_modules(AUDACIOUS REQUIRED audacious>=1.4.0 audclient>=1.4.0 dbus-glib-1 gobject-2.0) set(conky_libs ${conky_libs} ${AUDACIOUS_LIBRARIES}) set(conky_includes ${conky_includes} ${AUDACIOUS_INCLUDE_DIRS}) else(NOT BUILD_AUDACIOUS_LEGACY)