1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-01 07:24:29 +00:00

krfb actually requires Xtst to be built

svn path=/trunk/KDE/kdenetwork/krfb/; revision=1263324
This commit is contained in:
Ralf Jung 2011-11-09 19:29:05 +00:00
parent b24786205f
commit 5097a44442

View File

@ -37,7 +37,7 @@ include_directories ("${CMAKE_CURRENT_BINARY_DIR}/krfb"
if(Q_WS_X11)
if(NOT X11_XTest_FOUND)
macro_log_feature(X11_XTest_FOUND "libXtst" "X11 Testing Resource extension library" "http://xorg.freedesktop.org" FALSE "" "useful for automated testing of X clients.")
message(FATAL_ERROR "krfb requires the libXtst (http://xorg.freedesktop.org) to be built")
endif(NOT X11_XTest_FOUND)
endif(Q_WS_X11)