aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mesa/abuild
blob: 25b2523e7daa6481bbaefa9a9c37515a4e3e43f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name=mesa
version=24.0.8
release=2
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"
[ -f $SPM_PKGDB/llvm ] || buildopt="-Dllvm=disabled -Dvulkan-drivers="
build_opt="
	$buildopt
	$platform
	-Dgallium-drivers=auto
	-Dvalgrind=disabled
	-Dlibunwind=disabled
	-Dglx=disabled
	-Dglvnd=true
	-Db_lto=false
"