build: regenerate meson for stable-sort

There was a small tweak to the sdbusplus script so that the sort
becomes stable.  Regenerate meson from that.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I15a4645efdad781d28496f30e787c411a62073b0
diff --git a/gen/com/ibm/meson.build b/gen/com/ibm/meson.build
index 0c18090..f02aa97 100644
--- a/gen/com/ibm/meson.build
+++ b/gen/com/ibm/meson.build
@@ -1,6 +1,5 @@
 # Generated file; do not modify.
 subdir('Dump')
-subdir('ipzvpd')
 subdir('Logging')
 subdir('VPD')
 generated_others += custom_target(
@@ -17,3 +16,4 @@
     build_by_default: true,
 )
 
+subdir('ipzvpd')