Remove unused libs for Amlogic platform (#1725)

This commit is contained in:
Portisch
2024-04-30 07:28:19 +02:00
committed by GitHub
parent 7645ebb526
commit accf27a09c
5 changed files with 0 additions and 20 deletions

View File

@@ -22,10 +22,6 @@ else()
target_link_libraries(${PROJECT_NAME} ssdp)
endif()
if(ENABLE_AMLOGIC)
target_link_libraries(${PROJECT_NAME} pcre16 dl z)
endif()
install (TARGETS ${PROJECT_NAME} DESTINATION "share/hyperion/bin" COMPONENT "hyperion_framebuffer")
if(CMAKE_HOST_UNIX)