1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 01:24:11 +02:00

Only look for and link against libvlc, not libvlccore

This commit is contained in:
Dominik Schmidt
2015-12-09 00:15:22 +01:00
parent e8d73fe0cc
commit daf3034d99
2 changed files with 1 additions and 9 deletions

View File

@@ -524,7 +524,6 @@ ENDIF( UNIX AND NOT APPLE )
TARGET_LINK_LIBRARIES( ${TOMAHAWK_LIBRARY}
LINK_PRIVATE
${LIBVLC_LIBRARY}
${LIBVLCCORE_LIBRARY}
# Thirdparty shipped with tomahawk
${LIBPORTFWD_LIBRARIES}