Mesa (master): configure: allow building shared-glapi powered libgl-xlib

Emil Velikov evelikov at kemper.freedesktop.org
Tue Jun 23 16:07:39 UTC 2015


Module: Mesa
Branch: master
Commit: 92dc50786224411dc0aeff18b80a1995fcb04dc1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=92dc50786224411dc0aeff18b80a1995fcb04dc1

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Fri Jun 19 19:43:23 2015 +0100

configure: allow building shared-glapi powered libgl-xlib

Cc: Brian Paul <brianp at vmware.com>
Cc: Adam Jackson <ajax at redhat.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Acked-by: Jose Fonseca <jfonseca at vmware.com>

---

 configure.ac |    6 ------
 1 file changed, 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.




More information about the mesa-commit mailing list