diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-07-25 00:56:58 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-07-25 00:56:58 +0800 |
| commit | 3b9441dc9e6629e2cf9bf9525aa8d1465468cafc (patch) | |
| tree | 4f8a9b5b717138d78842568407290123a5899090 /repos/extra/mesa/abuild | |
| parent | 57ca902b653402b82d9cc58e072ee0b035fe3bf5 (diff) | |
| download | alicelinux-3b9441dc9e6629e2cf9bf9525aa8d1465468cafc.tar.gz alicelinux-3b9441dc9e6629e2cf9bf9525aa8d1465468cafc.zip | |
mesa: updated to 25.1.6
Diffstat (limited to 'repos/extra/mesa/abuild')
| -rw-r--r-- | repos/extra/mesa/abuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repos/extra/mesa/abuild b/repos/extra/mesa/abuild index 58193906..a8ef3f9b 100644 --- a/repos/extra/mesa/abuild +++ b/repos/extra/mesa/abuild @@ -1,7 +1,8 @@ name=mesa -version=25.1.5 +version=25.1.6 release=1 source="https://archive.mesa3d.org/$name-$version.tar.xz" + keep_static=1 [ -f $SPM_PKGDB/wayland ] && platform="-Dplatforms=wayland -Dglx=disabled" [ -f $SPM_PKGDB/libx11 ] && platform="-Dplatforms=x11" |