1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 09:32:03 +02:00

Further simplify FindVLC

This commit is contained in:
Uwe L. Korn
2014-10-22 10:45:02 +02:00
parent 3a8d23c5b1
commit dc50191f34
3 changed files with 5 additions and 46 deletions

View File

@@ -346,7 +346,7 @@ endif()
macro_log_feature(LIBSNORE_FOUND "Libsnore" "Library for notifications" "https://github.com/TheOneRing/Snorenotify" FALSE "" "")
endif()
find_package(LIBVLC REQUIRED)
find_package(LIBVLC REQUIRED 2.1.0)
macro_log_feature(LIBVLC_FOUND "LibVLC" "Provides audio output" TRUE "" "")
set(QXTWEB_FOUND TRUE)