From: Emil Velikov Date: Fri, 19 Jun 2015 18:43:23 +0000 (+0100) Subject: configure: allow building shared-glapi powered libgl-xlib X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92dc50786224411dc0aeff18b80a1995fcb04dc1;p=mesa.git configure: allow building shared-glapi powered libgl-xlib Cc: Brian Paul Cc: Adam Jackson Signed-off-by: Emil Velikov Reviewed-by: Eric Anholt Acked-by: Jose Fonseca --- diff --git a/configure.ac b/configure.ac index 5161361908d..677fb5bbb89 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.