[Spice-devel] [PATCH] Add missing GIO_LIBS to libspice-client-glibs

Tiziano Müller tiziano.mueller at stepping-stone.ch
Thu May 22 00:02:49 PDT 2014


If spice-gtk is built without PHODAV, libgio is missing from the list of
libraries to link against, causing undefined symbols for all gio functions.
---
 gtk/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 8da1a11..f70f821 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -189,6 +189,7 @@ libspice_client_glib_2_0_la_LIBADD =					\
 	$(top_builddir)/spice-common/common/libspice-common-client.la	\
 	$(GLIB2_LIBS)							\
 	$(SOUP_LIBS)							\
+	$(GIO_LIBS)							\
 	$(GOBJECT2_LIBS)						\
 	$(CELT051_LIBS)							\
 	$(OPUS_LIBS)							\
-- 
1.9.2



More information about the Spice-devel mailing list