mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Only link against Qt5X11Extras if it was found ...
This commit is contained in:
@@ -411,7 +411,7 @@ IF(LIBATTICA_FOUND)
|
|||||||
ENDIF( TOMAHAWK_QT5 )
|
ENDIF( TOMAHAWK_QT5 )
|
||||||
ENDIF(LIBATTICA_FOUND)
|
ENDIF(LIBATTICA_FOUND)
|
||||||
|
|
||||||
if(UNIX AND NOT APPLE AND TOMAHAWK_QT5)
|
if(HAVE_X11)
|
||||||
list(APPEND LINK_LIBRARIES Qt5::X11Extras)
|
list(APPEND LINK_LIBRARIES Qt5::X11Extras)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user