mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
d/vf: Declare dependency to avoid build issues
This commit is contained in:
parent
35da4a51ea
commit
f8941fe5ee
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue