diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
| commit | dea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch) | |
| tree | f331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/mesa/abuild | |
| parent | ef5bfeb93345a5a681d88e99775622bf28defd8d (diff) | |
| download | alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/mesa/abuild')
| -rw-r--r-- | repos/extra/mesa/abuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/repos/extra/mesa/abuild b/repos/extra/mesa/abuild deleted file mode 100644 index 634cb917..00000000 --- a/repos/extra/mesa/abuild +++ /dev/null @@ -1,22 +0,0 @@ -name=mesa -version=26.1.1 -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,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 |