kwin/plugins/platforms/CMakeLists.txt

13 lines
256 B
Text
Raw Normal View History

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)