mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
vchiq: Add missing vcos library dependency
This commit is contained in:
@@ -3,7 +3,7 @@ add_library(vchiq_arm SHARED
|
||||
vchiq_lib.c vchiq_util.c)
|
||||
|
||||
# pull in VCHI cond variable emulation
|
||||
target_link_libraries(vchiq_arm)
|
||||
target_link_libraries(vchiq_arm vcos)
|
||||
|
||||
install(TARGETS vchiq_arm DESTINATION lib)
|
||||
#install(FILES etc/10-vchiq.rules DESTINATION /etc/udev/rules.d)
|
||||
|
||||
Reference in New Issue
Block a user