summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-08 20:42:40 +0200
committerIsmael Luceno2019-08-09 09:18:27 +0200
commit795478235eda2cc58a6dbf0f4e903e5866b22433 (patch)
tree5fd65b6dea230e4b93de90c5b28b04409b3b402f
parent29cc35b8d3bf4e5f0fc98f773559cff2ccd3599b (diff)
mesa: Add missing tools: etnaviv, freedreno, xvmc
-rwxr-xr-xgraphics-libs/mesa/CONFIGURE9
-rw-r--r--graphics-libs/mesa/HISTORY1
2 files changed, 9 insertions, 1 deletions
diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index 0d7c8be591..862bf80487 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -79,6 +79,13 @@ if list_find "$MESA_VULKAN" all; then
fi &&
config_query_option MESA_GLES1 "support GLES1 - embedded systems" n gles1=true gles1=false &&
config_query_option MESA_GLES2 "support GLES2/3 - embedded systems" n gles2=true gles2=false &&
-config_query_multi MESA_TOOLS "which tools to build" glsl intel nir nouveau &&
+config_query_multi MESA_TOOLS "which tools to build" \
+ etnaviv \
+ freedreno \
+ glsl \
+ intel \
+ nir \
+ nouveau \
+ xvmc &&
config_query_multi MESA_ARCH "which arch" avx avx2 knl skx &&
config_query_multi MESA_OMX "OMax support" auto disabled tizonia bellagio
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index b85003ecec..45e97dbf03 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,5 +1,6 @@
2019-08-08 Ismael Luceno <ismael@sourcemage.org>
* BUILD: Fixed build on non-glibc systems
+ * CONFIGURE: Added missing tools
2019-08-08 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 19.1.4