From 0dc98956ef9649b1589cfb3595719c022ed46e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 25 Nov 2015 15:51:34 +0100 Subject: [PATCH] build-sys: remove --enable-opengl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cada94d0..7eb0f287 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 \