mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 17:00:40 +01:00
introspection: removes redudant package names from gir files (bgo #677296)
Currently the .gir files for NetworkManager-1.0 and NMClient-1.0 declare their dependencies twice, once with the GIR name and another one with the pkg-config name. This causes problems with Vala bindings generation.
This commit is contained in:
parent
eb460b70da
commit
ddb28d3e1a
2 changed files with 2 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ introspection_sources = $(libnminclude_HEADERS) $(libnm_glib_la_csources)
|
|||
NMClient-1.0.gir: libnm-glib.la
|
||||
NMClient_1_0_gir_INCLUDES = Gio-2.0 DBusGLib-1.0
|
||||
NMClient_1_0_gir_PACKAGES = gio-2.0 dbus-glib-1 gudev-1.0
|
||||
NMClient_1_0_gir_EXPORT_PACKAGES = libnm-glib libnm-glib-vpn
|
||||
NMClient_1_0_gir_CFLAGS = $(INCLUDES) -I$(top_srcdir)/libnm-glib -I$(top_srcdir)/libnm-util
|
||||
NMClient_1_0_gir_LIBS = libnm-glib.la
|
||||
NMClient_1_0_gir_FILES = $(introspection_sources)
|
||||
|
|
|
|||
|
|
@ -149,6 +149,7 @@ introspection_sources = $(libnm_util_include_HEADERS) $(libnm_util_la_csources)
|
|||
NetworkManager-1.0.gir: libnm-util.la
|
||||
NetworkManager_1_0_gir_INCLUDES = GObject-2.0 DBusGLib-1.0
|
||||
NetworkManager_1_0_gir_PACKAGES = gobject-2.0 dbus-glib-1
|
||||
NetworkManager_1_0_gir_EXPORT_PACKAGES = libnm-util
|
||||
NetworkManager_1_0_gir_CFLAGS = $(INCLUDES) -I$(top_srcdir)/libnm-util
|
||||
NetworkManager_1_0_gir_LIBS = libnm-util.la
|
||||
NetworkManager_1_0_gir_FILES = $(introspection_sources)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue