mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-02-01 17:51:49 +00:00
build: Cleanup old library flags
OpenGL and Slirp requirement were removed much time ago. OpenGL was removed byc5c176a5c7(cfr "server: remove OpenGL", Set 2013). Slirp was removed byef9a8bf053(cfr "Remove tunneling support", Oct 2013). Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
parent
1921d57160
commit
34455d47a9
@ -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) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user