mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-09 02:28:14 +02:00
meson: Clarify why build_by_default is needed for some custom_targets
This commit is contained in:
parent
f596bd0164
commit
fb02a57a2b
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ foreach iface: upowerd_dbus_interfaces
|
|||
input: files(dbus_dir / iface + '.xml'),
|
||||
output: iface_ref,
|
||||
command: [xsltproc, '--output', '@OUTPUT@', spec_to_docbook, '@INPUT@'],
|
||||
# XXX: This appears to be needed so that "ninja -C _build install" works
|
||||
# gnome.gtkdoc dependencies don't work properly
|
||||
# https://github.com/mesonbuild/meson/pull/9960
|
||||
build_by_default: get_option('gtk-doc'),
|
||||
)
|
||||
endforeach
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue