2013-08-17 16:12:42 +02:00
|
|
|
add_subdirectory(hyperiond)
|
|
|
|
add_subdirectory(hyperion-remote)
|
2014-01-28 09:47:16 +01:00
|
|
|
|
2014-12-20 13:15:20 +01:00
|
|
|
# The following clients depend on the protobuf library
|
|
|
|
if(ENABLE_PROTOBUF)
|
2016-03-09 11:03:20 +01:00
|
|
|
|
2015-08-08 08:13:37 +02:00
|
|
|
if (ENABLE_AMLOGIC)
|
|
|
|
add_subdirectory(hyperion-aml)
|
|
|
|
endif()
|
2016-03-09 11:03:20 +01:00
|
|
|
|
2015-08-08 08:13:37 +02:00
|
|
|
if(ENABLE_V4L2)
|
|
|
|
add_subdirectory(hyperion-v4l2)
|
|
|
|
endif()
|
2014-01-28 09:47:16 +01:00
|
|
|
|
2015-08-08 08:13:37 +02:00
|
|
|
if(ENABLE_X11)
|
|
|
|
add_subdirectory(hyperion-x11)
|
|
|
|
endif()
|
2016-02-24 14:34:19 +01:00
|
|
|
|
|
|
|
if(ENABLE_DISPMANX)
|
|
|
|
add_subdirectory(hyperion-dispmanx)
|
|
|
|
endif()
|
|
|
|
|
2016-03-09 07:03:17 +01:00
|
|
|
if(ENABLE_FB)
|
|
|
|
add_subdirectory(hyperion-framebuffer)
|
|
|
|
endif()
|
|
|
|
|
2016-03-09 11:03:20 +01:00
|
|
|
if(ENABLE_OSX)
|
|
|
|
add_subdirectory(hyperion-osx)
|
|
|
|
endif()
|
|
|
|
|
2014-12-20 13:15:20 +01:00
|
|
|
endif()
|