diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-12-01 22:13:45 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-12-01 22:13:45 +0800 |
| commit | dbfc30cf4da42ae7eca53adcbafc5c8e8f548859 (patch) | |
| tree | 9fcef0e6752cb98c4d14682ed405aa108c83819b /repos/extra/mesa/abuild | |
| parent | c4c6631ad84b12f54573a4c36bfdd7467189d744 (diff) | |
| download | alicelinux-dbfc30cf4da42ae7eca53adcbafc5c8e8f548859.tar.gz alicelinux-dbfc30cf4da42ae7eca53adcbafc5c8e8f548859.zip | |
mesa: updated to 24.2.8
Diffstat (limited to 'repos/extra/mesa/abuild')
| -rwxr-xr-x[-rw-r--r--] | repos/extra/mesa/abuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/repos/extra/mesa/abuild b/repos/extra/mesa/abuild index ffb9768e..f1165c56 100644..100755 --- a/repos/extra/mesa/abuild +++ b/repos/extra/mesa/abuild @@ -1,18 +1,21 @@ name=mesa -version=24.2.6 +version=24.2.8 release=1 source="https://archive.mesa3d.org/$name-$version.tar.xz" keep_static=1 -[ -f $SPM_PKGDB/wayland ] && platform="-Dplatforms=wayland" +[ -f $SPM_PKGDB/wayland ] && platform="-Dplatforms=wayland -Dglx=disabled" [ -f $SPM_PKGDB/libx11 ] && platform="-Dplatforms=x11" [ -f $SPM_PKGDB/libx11 ] && [ -f $SPM_PKGDB/wayland ] && platform="-Dplatforms=wayland,x11" build_opt=" $platform - -Dgallium-drivers=auto + -Dgallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,i915,iris,crocus,zink + -Dvulkan-drivers=amd,intel,intel_hasvk,swrast,virtio -Dvalgrind=disabled -Dlibunwind=disabled - -Dglx=disabled - -Dglvnd=true + -Dglvnd=enabled -Db_lto=false - -Dvulkan-drivers= " + +# vulkan driver for nouveau disabled becaused required unusable rust shit! +# FUCK RUST SHIT +# FUCK MESA DEV |