[Spice-devel] [PATCH spice 1/3] build-sys: remove --enable-opengl

Marc-André Lureau marcandre.lureau at gmail.com
Wed Nov 25 07:05:05 PST 2015


OpenGL was removed in commit c5c176a5c7, enabling it on discheck will
fail to link with spice-common gl-enabled library

Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
---
 Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index cada94d..7eb0f28 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,6 @@ pkgconfig_DATA = spice-server.pc
 
 DISTCHECK_CONFIGURE_FLAGS =			\
 	--enable-automated-tests		\
-	--enable-opengl				\
 	--enable-smartcard			\
 	--with-sasl				\
 	--enable-manual				\
-- 
2.5.0



More information about the Spice-devel mailing list