[libvirt] [libvirt-glib 01/20] libvirt-gconfig: Include GIO dependency

Christophe Fergeau cfergeau at redhat.com
Tue Oct 4 15:23:39 UTC 2016


From: Visarion Alexandru <viorel.visarion at gmail.com>

We will need a GInetAddress for setting a graphics device's
listen address, so let's include GIO2 in libvirt-gconfig.
---
 libvirt-gconfig-1.0.pc.in   | 2 +-
 libvirt-gconfig/Makefile.am | 6 ++++--
 vapi/Makefile.am            | 1 +
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/libvirt-gconfig-1.0.pc.in b/libvirt-gconfig-1.0.pc.in
index a8cb5ac..c0212f8 100644
--- a/libvirt-gconfig-1.0.pc.in
+++ b/libvirt-gconfig-1.0.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: libvirt-gconfig
 Version: @VERSION@
 Description: libvirt GConfig library
-Requires: gobject-2.0 libxml-2.0
+Requires: gobject-2.0 libxml-2.0 gio-2.0
 Libs: -L${libdir} -lvirt-gconfig-1.0
 Cflags: -I${includedir}/libvirt-gconfig-1.0
diff --git a/libvirt-gconfig/Makefile.am b/libvirt-gconfig/Makefile.am
index 0400343..1a9a97a 100644
--- a/libvirt-gconfig/Makefile.am
+++ b/libvirt-gconfig/Makefile.am
@@ -209,10 +209,12 @@ libvirt_gconfig_1_0_la_CFLAGS = \
 			-I$(top_builddir) \
 			$(GOBJECT2_CFLAGS) \
 			$(LIBXML2_CFLAGS) \
+			$(GIO2_CFLAGS)	\
 			$(WARN_CFLAGS)
 libvirt_gconfig_1_0_la_LIBADD = \
 			$(GOBJECT2_LIBS) \
 			$(LIBXML2_LIBS) \
+			$(GIO2_LIBS)	\
 			$(CYGWIN_EXTRA_LIBADD)
 libvirt_gconfig_1_0_la_DEPENDENCIES = \
 			libvirt-gconfig.sym
@@ -253,8 +255,8 @@ INTROSPECTION_GIRS =
 
 if HAVE_INTROSPECTION
 LibvirtGConfig-1.0.gir: libvirt-gconfig-1.0.la
-LibvirtGConfig_1_0_gir_INCLUDES = GObject-2.0
-LibvirtGConfig_1_0_gir_PACKAGES = gobject-2.0
+LibvirtGConfig_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0
+LibvirtGConfig_1_0_gir_PACKAGES = gobject-2.0 gio-2.0
 LibvirtGConfig_1_0_gir_EXPORT_PACKAGES = libvirt-gconfig-1.0
 LibvirtGConfig_1_0_gir_LIBS = libvirt-gconfig-1.0.la
 LibvirtGConfig_1_0_gir_FILES = \
diff --git a/vapi/Makefile.am b/vapi/Makefile.am
index 568de4f..dc98bd1 100644
--- a/vapi/Makefile.am
+++ b/vapi/Makefile.am
@@ -33,6 +33,7 @@ libvirt-gconfig-1.0.vapi: $(top_builddir)/libvirt-gconfig/LibvirtGConfig-1.0.gir
 	$(AM_V_GEN)$(VAPIGEN)			\
 		--vapidir=$(builddir)		\
 		--pkg gobject-2.0		\
+		--pkg gio-2.0			\
 		--library libvirt-gconfig-1.0	\
 		$<
 
-- 
2.7.4




More information about the libvir-list mailing list