mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
X11 is a required dependency on Linux
This commit is contained in:
@@ -236,7 +236,8 @@ else( Qt5Core_DIR )
|
|||||||
endif( Qt5Core_DIR )
|
endif( Qt5Core_DIR )
|
||||||
|
|
||||||
if( BUILD_GUI AND UNIX AND NOT APPLE )
|
if( BUILD_GUI AND UNIX AND NOT APPLE )
|
||||||
find_package( X11 )
|
macro_optional_find_package( X11 )
|
||||||
|
macro_log_feature(X11_FOUND "X11" "The Xorg libraries" "http://www.x.org/wiki/" TRUE "" "Xorg libraries are used by libqnetwm to bring windows to front reliably")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(CheckCXXCompilerFlag)
|
include(CheckCXXCompilerFlag)
|
||||||
|
Reference in New Issue
Block a user