From c5c176a5c7718177f23b07981556b5d460627498 Mon Sep 17 00:00:00 2001 From: Marc-AndrĂ© Lureau Date: Wed, 25 Sep 2013 22:21:35 +0200 Subject: server: remove OpenGL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is really not supported, requires X11, so better to remove it for now. Some day it might be revived, using DRM, .. Note for later, this could be removed too (not used by client): - spice-common/common/ogl_ctx Acked-by: Fabiano FidĂȘncio --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c8cce476..736bc2b9 100644 --- a/configure.ac +++ b/configure.ac @@ -67,12 +67,6 @@ esac dnl ========================================================================= dnl Check optional features -SPICE_CHECK_OPENGL -AS_IF([test x"$enable_opengl" != "xno"], [ - AS_VAR_APPEND([SPICE_NONPKGCONFIG_LIBS], [" $GL_LIBS"]) -]) - - SPICE_CHECK_SMARTCARD AC_ARG_ENABLE([automated_tests], @@ -294,7 +288,6 @@ AC_MSG_NOTICE([ c++ compiler: ${CXX} python: ${PYTHON} - OpenGL: ${enable_opengl} LZ4 support: ${enable_lz4} Smartcard: ${have_smartcard} SASL support: ${enable_sasl} -- cgit