Remove unnecessary cmake checking for XRender

Konsole has stopped using XRender for a long time. See commit
1fcde703b
wilder-portage
Jekyll Wu 14 years ago
parent b40daf0f83
commit 7c141c61c3
  1. 5
      src/CMakeLists.txt

@ -125,11 +125,6 @@ ${CMAKE_CURRENT_BINARY_DIR}/tests/CTestCustom.cmake)
${LIBKONQ_LIBRARY}
)
# XRender library for true transparency support
if(X11_Xrender_FOUND)
list(APPEND konsole_LIBS ${X11_Xrender_LIB})
endif(X11_Xrender_FOUND)
# doesn't seem to be needed
# if(X11_XTest_FOUND)
# list(APPEND konsole_LIBS ${X11_XTest_LIB})

Loading…
Cancel
Save