aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mesa/abuild
blob: 8f68e6835df29d6ac44a2da903ab42e7a0707335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name=mesa
version=24.0.8
release=1
source="https://archive.mesa3d.org/$name-$version.tar.xz"
keep_static=1
[ -f $SPM_PKGDB/wayland ] && build_opt="-Dplatforms=wayland"
[ -f $SPM_PKGDB/libx11 ] && build_opt="-Dplatforms=x11"
build_opt="
	$build_opt
	-Dgallium-drivers=auto
	-Dvulkan-drivers=""
	-Dvalgrind=disabled
	-Dlibunwind=disabled
	-Dglx=disabled
	-Dglvnd=true
	-Dllvm=disabled
	-Db_lto=false
"