702b84b925
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
5 lines
111 B
CMake
5 lines
111 B
CMake
add_subdirectory(common)
|
|
add_subdirectory(standalone)
|
|
if(X11_XCB_FOUND)
|
|
add_subdirectory(windowed)
|
|
endif()
|