mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix build
Former-commit-id: 1b98924c9d9292b6661a5c9e3e17b06813348b54
This commit is contained in:
@@ -9,9 +9,12 @@ target_link_libraries(hyperiond
|
||||
jsonserver
|
||||
protoserver
|
||||
boblightserver
|
||||
v4l2-grabber
|
||||
)
|
||||
|
||||
if (ENABLE_DISPMANX)
|
||||
target_link_libraries(hyperiond dispmanx-grabber)
|
||||
endif (ENABLE_DISPMANX)
|
||||
|
||||
if (ENABLE_V4L2)
|
||||
target_link_libraries(hyperiond v4l2-grabber)
|
||||
endif (ENABLE_V4L2)
|
||||
|
Reference in New Issue
Block a user