vchiq: Add missing vcos library dependency

This commit is contained in:
popcornmix
2015-11-16 14:46:53 +00:00
parent bb0f52d5f4
commit 221ea0ffbe

View File

@@ -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)