blob: 4628b3460aa4d934afcf11d43a38505024c79dc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
name=mesa
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"
build_opt="
$platform
-Dgallium-drivers=auto
-Dvalgrind=disabled
-Dlibunwind=disabled
-Dglx=disabled
-Dglvnd=true
-Db_lto=false
-Dvulkan-drivers=
"
|