gen: update due to sdbusplus-gen-meson change
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9491eb608d9c6849b3e39fe212054a3651bfb824
diff --git a/gen/org/open_power/Control/Host/meson.build b/gen/org/open_power/Control/Host/meson.build
index dea376a..17e1ec5 100644
--- a/gen/org/open_power/Control/Host/meson.build
+++ b/gen/org/open_power/Control/Host/meson.build
@@ -3,6 +3,7 @@
'org/open_power/Control/Host__cpp'.underscorify(),
input: [ '../../../../../yaml/org/open_power/Control/Host.interface.yaml', ],
output: [ 'server.cpp', 'server.hpp', 'client.hpp', ],
+ depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog, '--command', 'cpp',
'--output', meson.current_build_dir(),
diff --git a/gen/org/open_power/Control/TPM/SecurityKeys/meson.build b/gen/org/open_power/Control/TPM/SecurityKeys/meson.build
index 64fac36..0fc15db 100644
--- a/gen/org/open_power/Control/TPM/SecurityKeys/meson.build
+++ b/gen/org/open_power/Control/TPM/SecurityKeys/meson.build
@@ -3,6 +3,7 @@
'org/open_power/Control/TPM/SecurityKeys__cpp'.underscorify(),
input: [ '../../../../../../yaml/org/open_power/Control/TPM/SecurityKeys.interface.yaml', ],
output: [ 'server.cpp', 'server.hpp', 'client.hpp', ],
+ depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog, '--command', 'cpp',
'--output', meson.current_build_dir(),
diff --git a/gen/org/open_power/Control/TPM/meson.build b/gen/org/open_power/Control/TPM/meson.build
index 2e65057..c5b3c6b 100644
--- a/gen/org/open_power/Control/TPM/meson.build
+++ b/gen/org/open_power/Control/TPM/meson.build
@@ -4,6 +4,7 @@
'org/open_power/Control/TPM/SecurityKeys__markdown'.underscorify(),
input: [ '../../../../../yaml/org/open_power/Control/TPM/SecurityKeys.interface.yaml', ],
output: [ 'SecurityKeys.md' ],
+ depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
diff --git a/gen/org/open_power/Control/meson.build b/gen/org/open_power/Control/meson.build
index 02f10d6..358e023 100644
--- a/gen/org/open_power/Control/meson.build
+++ b/gen/org/open_power/Control/meson.build
@@ -4,6 +4,7 @@
'org/open_power/Control/Host__markdown'.underscorify(),
input: [ '../../../../yaml/org/open_power/Control/Host.interface.yaml', ],
output: [ 'Host.md' ],
+ depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),