mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 06:18:04 +02:00
gir: fix generate_gir()
The path to libwireplumber-0.4.so is not set otherwise and the linker cannot find it
This commit is contained in:
parent
e567637d37
commit
cdcb38e4e6
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ if build_gir
|
||||||
)
|
)
|
||||||
|
|
||||||
gnome.generate_gir(wp_lib,
|
gnome.generate_gir(wp_lib,
|
||||||
|
dependencies: wp_dep,
|
||||||
namespace: 'Wp',
|
namespace: 'Wp',
|
||||||
nsversion: wireplumber_api_version,
|
nsversion: wireplumber_api_version,
|
||||||
sources: [wpenums_h, wp_lib_parse_headers, wp_gtkdoc_h],
|
sources: [wpenums_h, wp_lib_parse_headers, wp_gtkdoc_h],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue