summaryrefslogtreecommitdiffstats
path: root/source/x/mesa/mesa.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-09-22 21:51:12 +0000
committer Eric Hameleers <alien@slackware.com>2023-09-23 00:29:16 +0200
commitba221ef15fe0f1e89e59df481255e340963813a9 (patch)
treefc4d0f230f2a69a1eff87ace85f12d18b21c0392 /source/x/mesa/mesa.SlackBuild
parent3452074d0869ebcbde1c3850130d5dbb07bd407c (diff)
downloadcurrent-ba221ef15fe0f1e89e59df481255e340963813a9.tar.gz
current-ba221ef15fe0f1e89e59df481255e340963813a9.tar.xz
Fri Sep 22 21:51:12 UTC 202320230922215112
kde/ktextaddons-1.5.1-x86_64-1.txz: Upgraded. n/ipset-7.19-x86_64-1.txz: Upgraded. x/mesa-23.1.8-x86_64-2.txz: Rebuilt. Rebuilt with -Dvulkan-drivers=amd,intel,intel_hasvk,swrast. Thanks to biker_rat.
Diffstat (limited to '')
-rwxr-xr-xsource/x/mesa/mesa.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild
index 81fb4b4e8..e69ebba18 100755
--- a/source/x/mesa/mesa.SlackBuild
+++ b/source/x/mesa/mesa.SlackBuild
@@ -26,7 +26,7 @@ PKGNAM=mesa
VERSION=${VERSION:-$(echo $PKGNAM-[0-9]*.tar.?z | rev | cut -f 3- -d . | rev | cut -f 2- -d -)}
AMBERVERS=${AMBERVERS:-21.3.9}
DEMOVERS=${DEMOVERS:-8.5.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
BUILD_AMBER=${BUILD_AMBER:-YES}
BUILD_DEMOS=${BUILD_DEMOS:-YES}
CODECS=${CODECS:-h264dec,h264enc,h265dec,h265enc,vc1dec}
@@ -135,7 +135,7 @@ meson setup \
-Drust_std=2021 \
-Dosmesa=true \
-Dgallium-drivers=$GALLIUM_DRIVERS \
- -Dvulkan-drivers=amd,intel,swrast \
+ -Dvulkan-drivers=amd,intel,intel_hasvk,swrast \
-Dvulkan-layers=device-select,intel-nullhw,overlay \
-Dvideo-codecs="$CODECS" \
-Dglvnd=true \