[network-manager-applet/nm-1-4: 1/18] libnma/pygobject: libnma/NMA must use libnm/NM instead of legacy libraries
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/nm-1-4: 1/18] libnma/pygobject: libnma/NMA must use libnm/NM instead of legacy libraries
- Date: Tue, 21 Mar 2017 12:40:27 +0000 (UTC)
commit 58e47dc92d38974141e1053b25cae02d7c8414b0
Author: Thomas Haller <thaller redhat com>
Date: Tue Mar 7 09:43:03 2017 +0100
libnma/pygobject: libnma/NMA must use libnm/NM instead of legacy libraries
libnma uses libnm, and not libnm-util/libnm-glib. Hence, the python bindings
must load "NM" and not "NMClient"/"NetworkManager".
As it was, the generated bindings for libnma were unusable and loading
them would fail with
libnm-ERROR **: libnm-util symbols detected; Mixing libnm with libnm-util/libnm-glib is not supported
https://bugzilla.gnome.org/show_bug.cgi?id=779153
Fixes: 76a12beac4e8692f30071169e11e2b521ec4eab7
(cherry picked from commit 7a59d41e5f6666d0da51f1f7aae7518befdb1182)
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a57e15f..e76c9ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -532,7 +532,7 @@ pkgconfig_DATA += src/libnma/libnma.pc
if HAVE_INTROSPECTION
src/libnma/NMA-1.0.gir: src/libnma/libnma.la
-src_libnma_NMA_1_0_gir_INCLUDES = NMClient-1.0 NetworkManager-1.0 Gtk-3.0
+src_libnma_NMA_1_0_gir_INCLUDES = NM-1.0 Gtk-3.0
src_libnma_NMA_1_0_gir_EXPORT_PACKAGES = libnma
src_libnma_NMA_1_0_gir_CFLAGS = $(src_libnma_libnma_la_CFLAGS)
src_libnma_NMA_1_0_gir_LIBS = src/libnma/libnma.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]