1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Really only find liblastfm-1.0.0 include dirs

This commit is contained in:
Dominik Schmidt
2012-06-11 22:08:35 +02:00
parent 22bca7ed12
commit 6f9a79404d

View File

@@ -14,7 +14,8 @@ endif()
# Include dir
find_path(LIBLASTFM_INCLUDE_DIR
NAMES lastfm/global.h
# Track.h doesn't exist in liblastfm-0.3.1, was called Track back then
NAMES lastfm/Track.h
PATHS ${KDE4_INCLUDE_DIR}
)