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/meson.build b/gen/xyz/openbmc_project/meson.build
index b94dfc1..37e4567 100644
--- a/gen/xyz/openbmc_project/meson.build
+++ b/gen/xyz/openbmc_project/meson.build
@@ -2,32 +2,30 @@
 subdir('Association')
 generated_others += custom_target(
     'xyz/openbmc_project/Association__markdown'.underscorify(),
-    input: [ meson.project_source_root() / 'xyz/openbmc_project/Association.interface.yaml',  ],
+    input: [ '../../../xyz/openbmc_project/Association.interface.yaml',  ],
     output: [ 'Association.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/Association',
     ],
-    build_by_default: true,
 )
 
 subdir('BIOSConfig')
 subdir('Certs')
 generated_others += custom_target(
     'xyz/openbmc_project/Certs__markdown'.underscorify(),
-    input: [ meson.project_source_root() / 'xyz/openbmc_project/Certs.errors.yaml',  ],
+    input: [ '../../../xyz/openbmc_project/Certs.errors.yaml',  ],
     output: [ 'Certs.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/Certs',
     ],
-    build_by_default: true,
 )
 
 subdir('Channel')
@@ -36,16 +34,15 @@
 subdir('Common')
 generated_others += custom_target(
     'xyz/openbmc_project/Common__markdown'.underscorify(),
-    input: [ meson.project_source_root() / 'xyz/openbmc_project/Common.errors.yaml',  ],
+    input: [ '../../../xyz/openbmc_project/Common.errors.yaml',  ],
     output: [ 'Common.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/Common',
     ],
-    build_by_default: true,
 )
 
 subdir('Condition')
@@ -54,16 +51,15 @@
 subdir('Inventory')
 generated_others += custom_target(
     'xyz/openbmc_project/Inventory__markdown'.underscorify(),
-    input: [ meson.project_source_root() / 'xyz/openbmc_project/Inventory.errors.yaml',  ],
+    input: [ '../../../xyz/openbmc_project/Inventory.errors.yaml',  ],
     output: [ 'Inventory.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/Inventory',
     ],
-    build_by_default: true,
 )
 
 subdir('Ipmi')
@@ -76,16 +72,15 @@
 subdir('ObjectMapper')
 generated_others += custom_target(
     'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(),
-    input: [ meson.project_source_root() / 'xyz/openbmc_project/ObjectMapper.interface.yaml',  ],
+    input: [ '../../../xyz/openbmc_project/ObjectMapper.interface.yaml',  ],
     output: [ 'ObjectMapper.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/ObjectMapper',
     ],
-    build_by_default: true,
 )
 
 subdir('PFR')
@@ -93,16 +88,15 @@
 subdir('ScheduledTime')
 generated_others += custom_target(
     'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(),
-    input: [ meson.project_source_root() / 'xyz/openbmc_project/ScheduledTime.errors.yaml',  ],
+    input: [ '../../../xyz/openbmc_project/ScheduledTime.errors.yaml',  ],
     output: [ 'ScheduledTime.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/ScheduledTime',
     ],
-    build_by_default: true,
 )
 
 subdir('Sensor')
@@ -113,16 +107,15 @@
 subdir('Time')
 generated_others += custom_target(
     'xyz/openbmc_project/Time__markdown'.underscorify(),
-    input: [ meson.project_source_root() / 'xyz/openbmc_project/Time.errors.yaml',  ],
+    input: [ '../../../xyz/openbmc_project/Time.errors.yaml',  ],
     output: [ 'Time.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/Time',
     ],
-    build_by_default: true,
 )
 
 subdir('User')