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:
2
thirdparty/liblastfm2/CMakeLists.txt
vendored
2
thirdparty/liblastfm2/CMakeLists.txt
vendored
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user