mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Remove legacy dependency on gnutls
This commit is contained in:
@@ -3,14 +3,6 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
|
|||||||
tomahawklib
|
tomahawklib
|
||||||
)
|
)
|
||||||
|
|
||||||
IF( "${gui}" STREQUAL "no" )
|
|
||||||
ELSE()
|
|
||||||
SET( OS_SPECIFIC_LINK_LIBRARIES
|
|
||||||
${OS_SPECIFIC_LINK_LIBRARIES}
|
|
||||||
gnutls
|
|
||||||
)
|
|
||||||
ENDIF()
|
|
||||||
|
|
||||||
FILE( GLOB _icons "${CMAKE_SOURCE_DIR}/data/icons/tomahawk-icon-*.png" )
|
FILE( GLOB _icons "${CMAKE_SOURCE_DIR}/data/icons/tomahawk-icon-*.png" )
|
||||||
FOREACH( _file ${_icons} )
|
FOREACH( _file ${_icons} )
|
||||||
STRING( REPLACE "${CMAKE_SOURCE_DIR}/data/icons/tomahawk-icon-" "" _res ${_file} )
|
STRING( REPLACE "${CMAKE_SOURCE_DIR}/data/icons/tomahawk-icon-" "" _res ${_file} )
|
||||||
|
Reference in New Issue
Block a user