2015-05-05 15:58:09 +00:00
|
|
|
if(HAVE_DRM)
|
|
|
|
add_subdirectory(drm)
|
|
|
|
endif()
|
|
|
|
add_subdirectory(fbdev)
|
2015-05-06 15:47:07 +00:00
|
|
|
if(HAVE_LIBHYBRIS)
|
|
|
|
add_subdirectory(hwcomposer)
|
|
|
|
endif()
|
2015-10-02 08:44:29 +00:00
|
|
|
add_subdirectory(virtual)
|
2015-05-05 15:58:09 +00:00
|
|
|
add_subdirectory(wayland)
|
2015-08-11 11:50:35 +00:00
|
|
|
if(X11_XCB_FOUND)
|
|
|
|
add_subdirectory(x11)
|
|
|
|
endif()
|