diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /mesa/abuild | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'mesa/abuild')
| -rw-r--r-- | mesa/abuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mesa/abuild b/mesa/abuild new file mode 100644 index 00000000..163f0800 --- /dev/null +++ b/mesa/abuild @@ -0,0 +1,21 @@ +name=mesa +version=25.0.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" +[ -f $SPM_PKGDB/libx11 ] && [ -f $SPM_PKGDB/wayland ] && platform="-Dplatforms=wayland,x11" +build_opt=" + $platform + -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 + -Dglvnd=enabled + -Db_lto=false +" + +# vulkan driver for nouveau disabled becaused required unusable rust shit! +# FUCK RUST SHIT +# FUCK MESA DEV |