fix amlogic compile

This commit is contained in:
Portisch
2019-02-12 14:55:36 +01:00
parent 5c7b94b7af
commit 1e8532e42b
9 changed files with 65 additions and 11 deletions

View File

@@ -24,6 +24,13 @@ target_link_libraries(hyperiond
${PYTHON_LIBRARIES}
)
if (ENABLE_AMLOGIC)
target_link_libraries(hyperiond
Qt5::Core
pcre16 dl z
)
endif()
if (ENABLE_DISPMANX)
IF ( "${PLATFORM}" MATCHES rpi)
find_package(BCM REQUIRED)