build: Regenerate meson for sdbus++ update

Change-Id: I6c7b9fc22d7acf593c268713b2ef837ab983b956
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/gen/xyz/openbmc_project/Led/meson.build b/gen/xyz/openbmc_project/Led/meson.build
index 0ae593d..1ecfeca 100644
--- a/gen/xyz/openbmc_project/Led/meson.build
+++ b/gen/xyz/openbmc_project/Led/meson.build
@@ -2,30 +2,28 @@
 subdir('Group')
 generated_others += custom_target(
     'xyz/openbmc_project/Led/Group__markdown'.underscorify(),
-    input: [ meson.project_source_root() / 'xyz/openbmc_project/Led/Group.interface.yaml',  ],
+    input: [ '../../../../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.project_source_root(),
+        '--directory', meson.current_source_dir() / '../../../..',
         'xyz/openbmc_project/Led/Group',
     ],
-    build_by_default: true,
 )
 
 subdir('Physical')
 generated_others += custom_target(
     'xyz/openbmc_project/Led/Physical__markdown'.underscorify(),
-    input: [ meson.project_source_root() / 'xyz/openbmc_project/Led/Physical.interface.yaml',  ],
+    input: [ '../../../../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.project_source_root(),
+        '--directory', meson.current_source_dir() / '../../../..',
         'xyz/openbmc_project/Led/Physical',
     ],
-    build_by_default: true,
 )