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:
George Kiagiadakis 2021-05-25 14:07:12 +03:00
parent e567637d37
commit cdcb38e4e6

View file

@ -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],