2013-08-17 16:12:42 +02:00
|
|
|
add_subdirectory(hyperiond)
|
|
|
|
add_subdirectory(hyperion-remote)
|
2014-01-28 08:47:16 +00:00
|
|
|
|
2018-12-31 15:48:29 +01:00
|
|
|
# The following binaries are just compiled if requested
|
2016-05-26 23:44:27 +02:00
|
|
|
if (ENABLE_AMLOGIC)
|
|
|
|
add_subdirectory(hyperion-aml)
|
|
|
|
endif()
|
2014-01-28 08:47:16 +00:00
|
|
|
|
2016-05-26 23:44:27 +02:00
|
|
|
if(ENABLE_V4L2)
|
|
|
|
add_subdirectory(hyperion-v4l2)
|
|
|
|
endif()
|
2016-02-24 14:34:19 +01:00
|
|
|
|
2016-05-26 23:44:27 +02:00
|
|
|
if(ENABLE_X11)
|
|
|
|
add_subdirectory(hyperion-x11)
|
|
|
|
endif()
|
2016-02-24 14:34:19 +01:00
|
|
|
|
2020-08-03 12:31:39 +02:00
|
|
|
if(ENABLE_XCB)
|
|
|
|
add_subdirectory(hyperion-xcb)
|
|
|
|
endif()
|
|
|
|
|
2016-05-26 23:44:27 +02:00
|
|
|
if(ENABLE_DISPMANX)
|
|
|
|
add_subdirectory(hyperion-dispmanx)
|
|
|
|
endif()
|
2016-03-09 07:03:17 +01:00
|
|
|
|
2016-05-26 23:44:27 +02:00
|
|
|
if(ENABLE_FB)
|
|
|
|
add_subdirectory(hyperion-framebuffer)
|
|
|
|
endif()
|
2016-03-09 11:03:20 +01:00
|
|
|
|
2020-05-12 19:51:19 +02:00
|
|
|
if(ENABLE_QT)
|
|
|
|
add_subdirectory(hyperion-qt)
|
|
|
|
endif()
|
|
|
|
|
2016-05-26 23:44:27 +02:00
|
|
|
if(ENABLE_OSX)
|
|
|
|
add_subdirectory(hyperion-osx)
|
2014-12-20 13:15:20 +01:00
|
|
|
endif()
|