-DWITH_XRENDER=ON is not working
export _prefix="/usr"
cd ${_pwd}
mkdir -vp ${_pwd}/${_builddir}
cd ${_pwd}/${_builddir}
msg "Starting cmake..."
cmake ${_source}/${_module}/ \
-DCMAKE_INSTALL_PREFIX=${_prefix} \
-DBUILD_ALL=ON \
-DWITH_XFIXES=ON \
-DWITH_HAL=ON \
-DWITH_ARTS=ON \
-DWITH_SASL=ON \
-DWITH_OPENEXR=ON \
-DWITH_XCOMPOSITE=ON
-DWITH_XCURSOR=ON \
-DWITH_XRANDR=ON \
-DWITH_XRENDER=ON \ <-- see it's right here
-DWITH_XDAMAGE=ON \
-DWITH_SHADOW=ON \
-DWITH_XDMCP=ON \
-DWITH_XINERAMA=ON \
-- checking for one of the modules 'openssl'
-- Looking for sys/sockio.h
-- Looking for sys/sockio.h - not found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN
-- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN - Failed
CMake Error at cmake/modules/TDEMacros.cmake:20 (message):
#################################################
xrender support is needed to build kompmgr.
Pass -DWITH_XRENDER=ON to cmake arguments.
#################################################
Call Stack (most recent call first):
kwin/kompmgr/CMakeLists.txt:14 (tde_message_fatal)
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...