summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-09-25 22:21:35 +0200
committerFrediano Ziglio <fziglio@redhat.com>2015-11-21 13:50:46 +0000
commitc5c176a5c7718177f23b07981556b5d460627498 (patch)
tree5ef4f1700ac263abfffce7a9ec1ea31889f9e1be /configure.ac
parent1f27043b8264c2c43e62269992cbfd85d9753482 (diff)
downloadspice-c5c176a5c7718177f23b07981556b5d460627498.tar.gz
spice-c5c176a5c7718177f23b07981556b5d460627498.tar.xz
spice-c5c176a5c7718177f23b07981556b5d460627498.zip
server: remove OpenGL
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 <fidencio@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
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}