mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
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. (cherry picked from commit 461bd9277a69833a534518c263d00443f2f6fbf4)
This commit is contained in:
parent
aef4adde62
commit
cd727da491
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user