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
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel