summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/mesa/CONFIGURE2
-rwxr-xr-xgraphics-libs/mesa/DEPENDS2
-rwxr-xr-xgraphics-libs/mesa/DETAILS2
-rw-r--r--graphics-libs/mesa/HISTORY5
4 files changed, 8 insertions, 3 deletions
diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index 862bf80487..8f27c41a51 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -26,7 +26,7 @@ if list_find "$MESA_DRM" RADEON;then
fi &&
if list_find "$MESA_DRM" INTEL;then
AVAILABLE_DRIVERS+=" i915 i965"
- AVAILABLE_GALLIUM+=" i915"
+ AVAILABLE_GALLIUM+=" i915 iris"
AVAILABLE_VULKAN+=" intel"
fi &&
if list_find "$MESA_DRM" NOUVEAU;then
diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index b63eacae2c..c54129fc73 100755
--- a/graphics-libs/mesa/DEPENDS
+++ b/graphics-libs/mesa/DEPENDS
@@ -24,7 +24,7 @@ if (list_find "${MESA_GALLIUM}" "radeonsi") ||
depends -sub AMD llvm &&
depends LIBELF &&
depends mako &&
- depends python
+ depends python3
else
optional_depends llvm 'llvm=true' 'llvm=false' 'LLVM support'
fi &&
diff --git a/graphics-libs/mesa/DETAILS b/graphics-libs/mesa/DETAILS
index 27bc4d9234..a9b5b94a73 100755
--- a/graphics-libs/mesa/DETAILS
+++ b/graphics-libs/mesa/DETAILS
@@ -9,7 +9,7 @@ if [[ "${MESA_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION=19.1.6
+ VERSION=19.2.0
SOURCE=mesa-$VERSION.tar.xz
SOURCE_URL[0]="https://mesa.freedesktop.org/archive/${SOURCE}"
SOURCE2=$SOURCE.sig
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index c96c6e7505..7b455eb077 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,8 @@
+2019-09-25 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 19.2.0
+ * CONFIGURE: add iris support
+ * DEPENDS: python3
+
2019-09-04 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 19.1.6