mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-07 07:38:04 +02:00
meson: add reference to bugfix
so that we can safely remove our hack in the future, when we will be able to depend on the next version of meson
This commit is contained in:
parent
94dd3c4c1c
commit
f038666399
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ if build_gir
|
|||
# A dummy library dependency to force meson to make the gir target
|
||||
# depend on wp-gtkdoc.h, because generate_gir() doesn't add dependencies
|
||||
# on its sources (meson bug)
|
||||
# fixed in 0.59 by https://github.com/mesonbuild/meson/pull/8805
|
||||
dummy_c = custom_target('dummy_c',
|
||||
command: ['echo', 'int dummy(void) { return 0; }'],
|
||||
capture: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue