[Mesa-dev] [PATCH 7/7] Make shared-glapi the default

Ian Romanick idr at freedesktop.org
Wed Aug 1 17:07:12 PDT 2012


From: Ian Romanick <ian.d.romanick at intel.com>

You can't practically have desktop OpenGL and OpenGL ES on the same system
without this.  The benefits of not having it (e.g., a more compact dispatch
table) are irrelevant.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index c51427f..67fba81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -700,9 +700,9 @@ AC_SUBST([API_DEFINES])
 
 AC_ARG_ENABLE([shared-glapi],
     [AS_HELP_STRING([--enable-shared-glapi],
-        [EXPERIMENTAL.  Enable shared glapi for OpenGL @<:@default=no@:>@])],
+        [EXPERIMENTAL.  Enable shared glapi for OpenGL @<:@default=yes@:>@])],
     [enable_shared_glapi="$enableval"],
-    [enable_shared_glapi=no])
+    [enable_shared_glapi=yes])
 
 SHARED_GLAPI="0"
 if test "x$enable_shared_glapi" = xyes; then
-- 
1.7.6.5



More information about the mesa-dev mailing list