[Spice-devel] [PATCH] Add missing GIO_LIBS to libspice-client-glibs
Marc-André Lureau
mlureau at redhat.com
Thu May 22 02:43:14 PDT 2014
thanks, pushed
----- Original Message -----
> 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
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
>
More information about the Spice-devel
mailing list