d/vf: Declare dependency to avoid build issues

This commit is contained in:
Jakob Bornecrantz 2021-02-01 20:05:42 +00:00
parent 35da4a51ea
commit f8941fe5ee

View file

@ -144,6 +144,11 @@ lib_drv_vf = static_library(
build_by_default: 'vf' in drivers,
)
drv_vf = declare_dependency(
include_directories: drv_include,
link_with: lib_drv_vf,
)
lib_drv_v4l2 = static_library(
'drv_v4l2',
files(