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/Led/meson.build b/gen/xyz/openbmc_project/Led/meson.build
index e44b6c1..0ae593d 100644
--- a/gen/xyz/openbmc_project/Led/meson.build
+++ b/gen/xyz/openbmc_project/Led/meson.build
@@ -2,13 +2,13 @@
subdir('Group')
generated_others += custom_target(
'xyz/openbmc_project/Led/Group__markdown'.underscorify(),
- input: [ meson.source_root() / 'xyz/openbmc_project/Led/Group.interface.yaml', ],
+ input: [ meson.project_source_root() / 'xyz/openbmc_project/Led/Group.interface.yaml', ],
output: [ 'Group.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/Led/Group',
],
build_by_default: true,
@@ -17,13 +17,13 @@
subdir('Physical')
generated_others += custom_target(
'xyz/openbmc_project/Led/Physical__markdown'.underscorify(),
- input: [ meson.source_root() / 'xyz/openbmc_project/Led/Physical.interface.yaml', ],
+ input: [ meson.project_source_root() / 'xyz/openbmc_project/Led/Physical.interface.yaml', ],
output: [ 'Physical.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/Led/Physical',
],
build_by_default: true,