2019-09-17 09:15:35 +00:00
|
|
|
if (HAVE_DRM)
|
2018-01-23 16:28:18 +00:00
|
|
|
add_subdirectory(drm)
|
|
|
|
endif()
|
|
|
|
if (HAVE_LINUX_FB_H)
|
|
|
|
add_subdirectory(fbdev)
|
|
|
|
endif()
|
2015-10-02 08:44:29 +00:00
|
|
|
add_subdirectory(virtual)
|
2015-05-05 15:58:09 +00:00
|
|
|
add_subdirectory(wayland)
|
2016-04-08 07:30:22 +00:00
|
|
|
add_subdirectory(x11)
|