mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-31 03:50:06 +01: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,
|
||||
dependencies: wp_dep,
|
||||
namespace: 'Wp',
|
||||
nsversion: wireplumber_api_version,
|
||||
sources: [wpenums_h, wp_lib_parse_headers, wp_gtkdoc_h],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue