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)
|
2015-08-08 08:13:37 +02:00
|
|
|
if (ENABLE_AMLOGIC)
|
|
|
|
add_subdirectory(hyperion-aml)
|
|
|
|
endif()
|
|
|
|
# Add the 'Video 4 Linux' grabber if it is enabled
|
|
|
|
if(ENABLE_V4L2)
|
|
|
|
add_subdirectory(hyperion-v4l2)
|
|
|
|
endif()
|
2014-01-28 09:47:16 +01:00
|
|
|
|
2015-08-08 08:13:37 +02:00
|
|
|
# Add the X11 grabber if it is enabled
|
|
|
|
if(ENABLE_X11)
|
|
|
|
add_subdirectory(hyperion-x11)
|
|
|
|
endif()
|
2014-12-20 13:15:20 +01:00
|
|
|
endif()
|