aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mesa/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-10-21 23:46:55 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-10-21 23:46:55 +0800
commit84ae59b335535a7019cc5583f7fc98f4c1c43ea4 (patch)
tree18fbf4007b01ee6a9b241935b7fc14a45d18cd69 /repos/extra/mesa/abuild
parent4ad2170ea1cfdbbf526c959b04b9ebc97b47fef2 (diff)
downloadalicelinux-84ae59b335535a7019cc5583f7fc98f4c1c43ea4.tar.gz
alicelinux-84ae59b335535a7019cc5583f7fc98f4c1c43ea4.zip
mesa: updated to 24.2.5
Diffstat (limited to 'repos/extra/mesa/abuild')
-rw-r--r--repos/extra/mesa/abuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/repos/extra/mesa/abuild b/repos/extra/mesa/abuild
index 25b2523e..4628b346 100644
--- a/repos/extra/mesa/abuild
+++ b/repos/extra/mesa/abuild
@@ -1,14 +1,12 @@
name=mesa
-version=24.0.8
-release=2
+version=24.2.5
+release=1
source="https://archive.mesa3d.org/$name-$version.tar.xz"
keep_static=1
[ -f $SPM_PKGDB/wayland ] && platform="-Dplatforms=wayland"
[ -f $SPM_PKGDB/libx11 ] && platform="-Dplatforms=x11"
[ -f $SPM_PKGDB/libx11 ] && [ -f $SPM_PKGDB/wayland ] && platform="-Dplatforms=wayland,x11"
-[ -f $SPM_PKGDB/llvm ] || buildopt="-Dllvm=disabled -Dvulkan-drivers="
build_opt="
- $buildopt
$platform
-Dgallium-drivers=auto
-Dvalgrind=disabled
@@ -16,4 +14,5 @@ build_opt="
-Dglx=disabled
-Dglvnd=true
-Db_lto=false
+ -Dvulkan-drivers=
"