kwin/plugins/platforms/x11/CMakeLists.txt
Martin Gräßlin 702b84b925 Move the EglOnXBackend to the x11 platforms
Summary:
The EglOnXBackend is no longer needed in the core. It's only needed by
the two x11 platform plugins. To best share it, it's moved into a common
directory and compiled into a static library which in turn is linked by
the two plugins.

Reviewers: #plasma

Subscribers: plasma-devel

Projects: #plasma

Differential Revision: https://phabricator.kde.org/D1413
2016-04-15 09:15:20 +02:00

5 lines
111 B
CMake

add_subdirectory(common)
add_subdirectory(standalone)
if(X11_XCB_FOUND)
add_subdirectory(windowed)
endif()