[Spice-commits] server/Makefile.am
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Nov 25 13:20:52 UTC 2019
server/Makefile.am | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 34455d47a9a00b63c99bf957d621e83da6583d89
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Mon Nov 25 12:51:33 2019 +0000
build: Cleanup old library flags
OpenGL and Slirp requirement were removed much time ago.
OpenGL was removed by c5c176a5c7718177f23b07981556b5d460627498
(cfr "server: remove OpenGL", Set 2013).
Slirp was removed by ef9a8bf05328d290f82613037f5419f0d5e87eb5
(cfr "Remove tunneling support", Oct 2013).
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
diff --git a/server/Makefile.am b/server/Makefile.am
index 71c7e173..075b8784 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -12,7 +12,6 @@ AM_CPPFLAGS = \
$(LZ4_CFLAGS) \
$(PIXMAN_CFLAGS) \
$(SASL_CFLAGS) \
- $(SLIRP_CFLAGS) \
$(SMARTCARD_CFLAGS) \
$(GSTREAMER_0_10_CFLAGS) \
$(GSTREAMER_1_0_CFLAGS) \
@@ -42,7 +41,6 @@ endif
libserver_la_LIBADD = \
$(SPICE_COMMON_DIR)/common/libspice-common.la \
$(SPICE_COMMON_DIR)/common/libspice-common-server.la \
- $(GL_LIBS) \
$(GLIB2_LIBS) \
$(GOBJECT2_LIBS) \
$(JPEG_LIBS) \
@@ -50,7 +48,6 @@ libserver_la_LIBADD = \
$(LIBRT) \
$(PIXMAN_LIBS) \
$(SASL_LIBS) \
- $(SLIRP_LIBS) \
$(GSTREAMER_0_10_LIBS) \
$(GSTREAMER_1_0_LIBS) \
$(SSL_LIBS) \
More information about the Spice-commits
mailing list