kwin/plugins/platforms/x11/CMakeLists.txt
Martin Gräßlin 33dffc0fd7 Move the x11 plugin sources into a x11/windowed directory
Preparation step for having two x11 backends: the windowed for Wayland
and a standalone for kwin_x11.
2016-04-12 08:04:16 +02:00

3 lines
57 B
CMake

if(X11_XCB_FOUND)
add_subdirectory(windowed)
endif()