[Spice-commits] 2 commits - tools/Makefile.am
Christophe Fergau
teuf at kemper.freedesktop.org
Mon Feb 27 08:34:00 UTC 2017
tools/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit fa73ff278380a72a5819349207278f267402bb29
Author: Francois Gouget <fgouget at codeweavers.com>
Date: Fri Feb 24 12:23:23 2017 +0100
spicy: Spicy uses GTK+ and must link with it
This avoids having the linker complain that gtk_toggle_action_get_type()
or some other GTK+ API is undefined.
Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 6880955..c80d34a 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -28,6 +28,7 @@ spicy_SOURCES = \
spicy_LDADD = \
$(top_builddir)/src/libspice-client-gtk-3.0.la \
$(top_builddir)/src/libspice-client-glib-2.0.la \
+ $(GTK_LIBS) \
$(NULL)
# FIXME: GtkAction and lots of GtkUIManager APIs are deprecated
commit 0c6a871b08b37dd22bf52e9aa64576c305cd6b31
Author: Francois Gouget <fgouget at codeweavers.com>
Date: Fri Feb 24 12:26:42 2017 +0100
spicy-stats: spicy-stats uses libgobject so link with it
This avoids having the linker complain that g_signal_connect_data() or
some other GObject API is undefined.
Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 0bdb3c5..6880955 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -60,6 +60,7 @@ spicy_stats_SOURCES = \
spicy_stats_LDADD = \
$(top_builddir)/src/libspice-client-glib-2.0.la \
+ $(GOBJECT2_LIBS) \
$(NULL)
spicy_stats_CPPFLAGS = \
More information about the Spice-commits
mailing list