summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-06-19 19:43:23 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-06-23 17:04:34 +0100
commit92dc50786224411dc0aeff18b80a1995fcb04dc1 (patch)
tree93aff76bd54a3b483c47e2edd851913b864e8d5c
parent5c37ababae6069ed73522bee35bca6228a80be77 (diff)
downloadexternal_mesa3d-92dc50786224411dc0aeff18b80a1995fcb04dc1.zip
external_mesa3d-92dc50786224411dc0aeff18b80a1995fcb04dc1.tar.gz
external_mesa3d-92dc50786224411dc0aeff18b80a1995fcb04dc1.tar.bz2
configure: allow building shared-glapi powered libgl-xlib
Cc: Brian Paul <brianp@vmware.com> Cc: Adam Jackson <ajax@redhat.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net> Acked-by: Jose Fonseca <jfonseca@vmware.com>
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 5161361..677fb5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -941,12 +941,6 @@ x*yes*yes*)
;;
esac
-# Building Xlib-GLX requires shared glapi to be disabled.
-if test "x$enable_shared_glapi$enable_xlib_glx" = xyesyes; then
- AC_MSG_NOTICE([Shared GLAPI should not used with Xlib-GLX, disabling])
- enable_shared_glapi=no
-fi
-
AM_CONDITIONAL(HAVE_SHARED_GLAPI, test "x$enable_shared_glapi" = xyes)
# Build the pipe-drivers as separate libraries/modules.