util: Depend on bindings

This commit is contained in:
Jakob Bornecrantz 2021-04-19 14:26:51 +01:00
parent 7b7e66b2b0
commit 0058525457

View file

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