[libnma] meson: fix libnma-gtk4 gir dependency
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libnma] meson: fix libnma-gtk4 gir dependency
- Date: Wed, 30 Mar 2022 11:06:23 +0000 (UTC)
commit 8c0f44197350104e973de5c7267eb5c9ae297a50
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Sun Mar 27 16:47:47 2022 -0400
meson: fix libnma-gtk4 gir dependency
https://gitlab.gnome.org/GNOME/libnma/-/issues/12
https://gitlab.gnome.org/GNOME/libnma/-/merge_requests/29
src/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 1fdea6d7..3bc17720 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -191,14 +191,14 @@ if enable_introspection
if enable_libnma_gtk4
libnma_gtk4_gir = gnome.generate_gir(
- libnma,
+ libnma_gtk4,
sources: gir_sources + gir_headers,
nsversion: nma_gir_version,
namespace: 'NMA4',
includes: [ 'Gtk-4.0', 'NM-1.0' ],
identifier_prefix: nma_gir_prefix,
symbol_prefix: nma_gir_prefix.to_lower(),
- export_packages: 'libnma',
+ export_packages: 'libnma-gtk4',
install: true,
install_dir_gir: gir_dir,
install_dir_typelib: typelib_dir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]