kwin/plugins/platforms/x11/common/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

2 lines
92 B
CMake

add_library(eglx11common STATIC eglonxbackend.cpp)
target_link_libraries(eglx11common kwin)