Only use X11_X11_LIB instead of X11_LIBRARIES

Thanks to Bernd Steinhauser linux bernd steinhauser de

REVIEW: 119908
wilder-portage
Kurt Hindenburg 12 years ago
parent d8be35b5c7
commit 0e32816f8b
  1. 2
      src/CMakeLists.txt

@ -130,7 +130,7 @@ set(konsoleprivate_SRCS ${sessionadaptors_SRCS}
WindowSystemInfo.cpp
${CMAKE_CURRENT_BINARY_DIR}/org.kde.konsole.Window.xml
${CMAKE_CURRENT_BINARY_DIR}/org.kde.konsole.Session.xml)
set(konsole_LIBS ${X11_LIBRARIES}
set(konsole_LIBS ${X11_X11_LIB}
KF5::XmlGui
Qt5::PrintSupport
Qt5::Xml

Loading…
Cancel
Save