]> 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)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 4 Mar 2025 14:45:13 +0000 (15:45 +0100)
All dbus programs have to be up-to-date for update-dbus-docs to
produce the expected output, so add the missing dependency.

(cherry picked from commit 461bd9277a69833a534518c263d00443f2f6fbf4)

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',