This website requires JavaScript.
Explore
Help
Sign in
yukijoou
/
kwin
Watch
1
Star
0
Fork
You've already forked kwin
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
248991223b
kwin
/
plugins
/
platforms
/
x11
/
CMakeLists.txt
5 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
Add a very basic x11/standalone platform plugin 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
2016-04-08 07:51:06 +00:00
add_subdirectory(standalone)
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-08 07:30:22 +00:00
if(X11_XCB_FOUND)
add_subdirectory(windowed)
endif()
Reference in a new issue
Copy permalink