mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 12:27:52 +00:00
Fix compiling with audacious support (Patch from billie, thanks !)
This commit is contained in:
parent
47965eedbc
commit
4d157a298b
@ -235,7 +235,7 @@ endif(BUILD_LUA)
|
|||||||
if(BUILD_AUDACIOUS)
|
if(BUILD_AUDACIOUS)
|
||||||
set(WANT_GLIB true)
|
set(WANT_GLIB true)
|
||||||
if(NOT BUILD_AUDACIOUS_LEGACY)
|
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_libs ${conky_libs} ${AUDACIOUS_LIBRARIES})
|
||||||
set(conky_includes ${conky_includes} ${AUDACIOUS_INCLUDE_DIRS})
|
set(conky_includes ${conky_includes} ${AUDACIOUS_INCLUDE_DIRS})
|
||||||
else(NOT BUILD_AUDACIOUS_LEGACY)
|
else(NOT BUILD_AUDACIOUS_LEGACY)
|
||||||
|
Loading…
Reference in New Issue
Block a user