]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: Add missing dbus_programs dependency on update-dbus-docs
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 26 Feb 2025 21:06:41 +0000 (22:06 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Feb 2025 03:39:52 +0000 (12:39 +0900)
All dbus programs have to be up-to-date for update-dbus-docs to
produce the expected output, so add the missing dependency.

man/meson.build

index 69ea5c403ecb48328158ff56e08072cc7bb32a46..20a073442e64b78be5488bc290106a23b9b73d5a 100644 (file)
@@ -226,7 +226,8 @@ update_dbus_docs = custom_target(
         'update-dbus-docs-impl',
         output : 'update-dbus-docs',
         command : [update_dbus_docs_py, '--build-dir', project_build_root, '@INPUT@'],
-        input : dbus_docs)
+        input : dbus_docs,
+        depends : dbus_programs)
 
 if conf.get('BUILD_MODE_DEVELOPER') == 1
         test('dbus-docs-fresh',