valtest: Add missing dependency
This commit is contained in:
parent
b756ff2109
commit
bb2c1782a7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ source_gen = custom_target(assembly_name + 'codegen',
|
||||||
'--assembly-name', assembly_name,
|
'--assembly-name', assembly_name,
|
||||||
'--schema', schema,
|
'--schema', schema,
|
||||||
],
|
],
|
||||||
depends: [gapi_codegen, gapi_fixup])
|
depends: [gapi_codegen, gapi_fixup, api_xml])
|
||||||
|
|
||||||
api_xml = custom_target(pkg + '_api_xml',
|
api_xml = custom_target(pkg + '_api_xml',
|
||||||
input: raw_api_fname,
|
input: raw_api_fname,
|
||||||
|
|
Loading…
Reference in a new issue