build: regenerate meson with latest sdbusplus version
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Idb01b777bb90b165c906aacad24b0d3c9b0e93d2
diff --git a/gen/xyz/openbmc_project/Collection/meson.build b/gen/xyz/openbmc_project/Collection/meson.build
index a7edb86..deb5fe1 100644
--- a/gen/xyz/openbmc_project/Collection/meson.build
+++ b/gen/xyz/openbmc_project/Collection/meson.build
@@ -2,13 +2,13 @@
subdir('DeleteAll')
generated_others += custom_target(
'xyz/openbmc_project/Collection/DeleteAll__markdown'.underscorify(),
- input: [ meson.source_root() / 'xyz/openbmc_project/Collection/DeleteAll.interface.yaml', ],
+ input: [ meson.project_source_root() / 'xyz/openbmc_project/Collection/DeleteAll.interface.yaml', ],
output: [ 'DeleteAll.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
- '--directory', meson.source_root(),
+ '--directory', meson.project_source_root(),
'xyz/openbmc_project/Collection/DeleteAll',
],
build_by_default: true,