1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 09:10:53 +02:00

build liblastfm2 statically on non-win32, and don't build fingerprinter.

got multiple reports of tomahawk not finding liblastfm2 due to rpath or other issues, and we are building our o ther 3rdparty deps statically like this.
This commit is contained in:
Leo Franchi
2011-03-27 22:06:55 -04:00
parent db4f514181
commit ecd8b302c4
2 changed files with 21 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ include(${QT_USE_FILE})
add_subdirectory(src)
# Optionally build the fingerprint library
option(BUILD_FINGERPRINT "Build the lastfm-fingerprint library" ON)
option(BUILD_FINGERPRINT "Build the lastfm-fingerprint library" OFF)
find_package(LibSamplerate)
find_package(LibFFTW3)