1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00

Apply 42d2e90ba1 to cmake.

This commit is contained in:
Brenden Matthews 2010-01-01 14:54:56 -08:00
parent 42d2e90ba1
commit b3270cd8ba

View File

@ -190,7 +190,7 @@ if(BUILD_BMPX)
endif(BUILD_BMPX)
if(BUILD_XMMS2)
pkg_check_modules(XMMS2 REQUIRED xmms2-client)
pkg_check_modules(XMMS2 REQUIRED xmms2-client>=0.6)
set(conky_libs ${conky_libs} ${XMMS2_LIBRARIES})
set(conky_includes ${conky_includes} ${XMMS2_INCLUDE_DIRS})
endif(BUILD_XMMS2)