ee89f3f34f
The plugin does not much. It's the most basic plugin we can have to be loaded from kwin_x11. Unlike the wayland platform plugins it gets installed to: org.kde.kwin.platforms
4 lines
86 B
CMake
4 lines
86 B
CMake
add_subdirectory(standalone)
|
|
if(X11_XCB_FOUND)
|
|
add_subdirectory(windowed)
|
|
endif()
|