sdbus++-gen-meson: fix meson dependencies
When multiple YAML files are used (for example both interface and error)
only the `interface.yaml` was ending up in the generated `inputs` field
in the `custom_target`. This made it so that changes in the other
YAML files were not causing rebuilds.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib550aade282ceca97f31a435d51f35e7de592224
diff --git a/example/gen/net/poettering/meson.build b/example/gen/net/poettering/meson.build
index a91287e..3aa2a36 100644
--- a/example/gen/net/poettering/meson.build
+++ b/example/gen/net/poettering/meson.build
@@ -2,7 +2,7 @@
subdir('Calculator')
generated_others += custom_target(
'net/poettering/Calculator__markdown'.underscorify(),
- input: [ '../../../yaml/net/poettering/Calculator.interface.yaml', ],
+ input: [ '../../../yaml/net/poettering/Calculator.errors.yaml', '../../../yaml/net/poettering/Calculator.interface.yaml', ],
output: [ 'Calculator.md' ],
depend_files: sdbusplusplus_depfiles,
command: [