mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-06 22:08:09 +00:00
util: Depend on bindings
This commit is contained in:
parent
7b7e66b2b0
commit
0058525457
|
@ -11,7 +11,7 @@ u_git_tag_c = vcs_tag(
|
|||
replace_string: '@GIT_DESC@',
|
||||
)
|
||||
|
||||
aux_util_deps = [ xrt_config_have ]
|
||||
aux_util_deps = [ xrt_config_have, aux_generated_bindings ]
|
||||
if libbsd.found() and not get_option('libbsd').disabled()
|
||||
aux_util_deps += libbsd
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue