dcf91d4321
We have lots of inconsistency at the moment in CMakeLists.txt files. Most of it is due to kwin being a very old project. This change hopefully fixes all of it.
12 lines
240 B
CMake
12 lines
240 B
CMake
if (HAVE_DRM)
|
|
add_subdirectory(drm)
|
|
endif()
|
|
if (HAVE_LINUX_FB_H)
|
|
add_subdirectory(fbdev)
|
|
endif()
|
|
if (HAVE_LIBHYBRIS)
|
|
add_subdirectory(hwcomposer)
|
|
endif()
|
|
add_subdirectory(virtual)
|
|
add_subdirectory(wayland)
|
|
add_subdirectory(x11)
|