summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2012-02-11 20:16:56 +0100
committerTreeve Jelbert2012-02-11 20:16:56 +0100
commit12262131ce98ada8ea0d62c5a272f063605a09b6 (patch)
tree428b297a50bc74cfb7a4baed555c06a8d625514c
parente0e7f11c911299e0b30d43679291e0c3e608dee7 (diff)
mesalib - more config options
-rwxr-xr-xgraphics-libs/mesalib/CONFIGURE7
-rw-r--r--graphics-libs/mesalib/HISTORY1
2 files changed, 8 insertions, 0 deletions
diff --git a/graphics-libs/mesalib/CONFIGURE b/graphics-libs/mesalib/CONFIGURE
index 0397278049..c919154218 100755
--- a/graphics-libs/mesalib/CONFIGURE
+++ b/graphics-libs/mesalib/CONFIGURE
@@ -65,6 +65,13 @@ config_query_option MESALIB_OPTS "enable OpenGL Utility library?" y \
case "$MESALIB_BRANCH" in
scm|development)
+ config_query_option MESALIB_OPTS "enable shared GLapi" n \
+ "--enable-shared-glapi" "--disable-shared-glapi" &&
+
+ config_query_option MESALIB_OPTS "enable Generic Buffer Management?" n \
+ "--enable-gbm" "--disable-gbm" &&
+# "--enable-gallium-gbm" "--disable-gallium-gbm" &&
+
config_query_option MESALIB_OPTS "enable support for OpenGL ES 1.x API?" n \
"--enable-gles1" "--disable-gles1" &&
config_query_option MESALIB_OPTS "enable support for OpenGL ES 2.x API?" n \
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index e3ed3cf019..86e9f214f8 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,6 +1,7 @@
2012-02-11 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 8.0 (devel)
* DEPENDS: add optional udev
+ * CONFIGURE: add --enable-gallium and --enable-shared-glapi options
2012-02-02 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: remove gccmakedep