1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

Fixed the findscript for jreen to work without pkgconf.

This commit is contained in:
Patrick von Reth
2014-05-17 10:59:25 +02:00
parent 70f4ac24c0
commit 2bd8db184f

View File

@@ -16,6 +16,7 @@ FIND_PATH(JREEN_INCLUDE_DIR NAMES jreen/jreen.h
${PC_JREEN_INCLUDEDIR}
${PC_JREEN_INCLUDE_DIRS}
${CMAKE_INSTALL_INCLUDEDIR}
${CMAKE_PREFIX_PATH}/include/jreen${JREEN_LIB_SUFFIX}
${KDE4_INCLUDE_DIR}
)