From 461bd9277a69833a534518c263d00443f2f6fbf4 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 26 Feb 2025 22:06:41 +0100 Subject: [PATCH] meson: Add missing dbus_programs dependency on update-dbus-docs 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/meson.build b/man/meson.build index 69ea5c403ec..20a073442e6 100644 --- a/man/meson.build +++ b/man/meson.build @@ -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', -- 2.47.3