2015-11-27 07:44:59 +00:00
|
|
|
if(HAVE_INPUT)
|
|
|
|
if(HAVE_DRM)
|
|
|
|
add_subdirectory(drm)
|
|
|
|
endif()
|
2017-07-23 10:02:58 +00:00
|
|
|
if (HAVE_LINUX_FB_H)
|
|
|
|
add_subdirectory(fbdev)
|
|
|
|
endif()
|
2015-11-27 07:44:59 +00:00
|
|
|
if(HAVE_LIBHYBRIS)
|
|
|
|
add_subdirectory(hwcomposer)
|
|
|
|
endif()
|
2015-05-06 15:47:07 +00:00
|
|
|
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)
|