2016-05-26 23:44:27 +02:00
|
|
|
if (ENABLE_AMLOGIC)
|
|
|
|
add_subdirectory(amlogic)
|
|
|
|
endif (ENABLE_AMLOGIC)
|
|
|
|
|
|
|
|
if (ENABLE_DISPMANX)
|
|
|
|
add_subdirectory(dispmanx)
|
|
|
|
endif (ENABLE_DISPMANX)
|
|
|
|
|
|
|
|
if (ENABLE_FB)
|
|
|
|
add_subdirectory(framebuffer)
|
|
|
|
endif (ENABLE_FB)
|
|
|
|
|
|
|
|
if (ENABLE_OSX)
|
|
|
|
add_subdirectory(osx)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if (ENABLE_V4L2)
|
|
|
|
add_subdirectory(v4l2)
|
|
|
|
endif (ENABLE_V4L2)
|
|
|
|
|
|
|
|
if (ENABLE_X11)
|
|
|
|
add_subdirectory(x11)
|
|
|
|
endif()
|
2019-01-06 19:49:56 +01:00
|
|
|
|
2020-08-03 12:31:39 +02:00
|
|
|
if (ENABLE_XCB)
|
|
|
|
add_subdirectory(xcb)
|
|
|
|
endif()
|
|
|
|
|
2019-01-06 19:49:56 +01:00
|
|
|
if (ENABLE_QT)
|
|
|
|
add_subdirectory(qt)
|
|
|
|
endif()
|
2020-10-26 21:13:13 +01:00
|
|
|
|
|
|
|
if (ENABLE_DX)
|
|
|
|
add_subdirectory(directx)
|
|
|
|
endif()
|