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

X11 is a required dependency on Linux

This commit is contained in:
Dominik Schmidt
2014-10-23 15:04:08 +02:00
parent 18be1fe681
commit 0f4ca7e185

View File

@@ -236,7 +236,8 @@ else( Qt5Core_DIR )
endif( Qt5Core_DIR )
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()
include(CheckCXXCompilerFlag)