33dffc0fd7
Preparation step for having two x11 backends: the windowed for Wayland and a standalone for kwin_x11.
12 lines
256 B
CMake
12 lines
256 B
CMake
if(HAVE_INPUT)
|
|
if(HAVE_DRM)
|
|
add_subdirectory(drm)
|
|
endif()
|
|
add_subdirectory(fbdev)
|
|
if(HAVE_LIBHYBRIS)
|
|
add_subdirectory(hwcomposer)
|
|
endif()
|
|
endif()
|
|
add_subdirectory(virtual)
|
|
add_subdirectory(wayland)
|
|
add_subdirectory(x11)
|