Add missing CEC header

This commit is contained in:
Iwan Timmer
2015-06-21 13:49:58 +02:00
parent 8b42cb3f46
commit baf1da7f30
3 changed files with 308 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ pkg_check_modules(AVAHI REQUIRED avahi-client)
pkg_check_modules(UDEV REQUIRED libudev)
if(CEC_FOUND)
include_directories(./third_party/libcec)
list(APPEND MOONLIGHT_DEFINITIONS HAVE_LIBCEC)
endif()