mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mesa: fix
This commit is contained in:
parent
f094349c2e
commit
d1966d1c5e
1 changed files with 2 additions and 2 deletions
|
@ -204,8 +204,8 @@ prepare() {
|
|||
|
||||
build() {
|
||||
case "${CARCH}" in
|
||||
armv7h) GALLIUM=",etnaviv,kmsro,lima,panfrost,tegra,v3d,vc4" ;;
|
||||
aarch64) GALLIUM=",etnaviv,kmsro,lima,panfrost,svga,v3d,vc4" ;;
|
||||
armv7h) GALLIUM=",etnaviv,lima,panfrost,tegra,v3d,vc4" ;;
|
||||
aarch64) GALLIUM=",etnaviv,lima,panfrost,svga,v3d,vc4" ;;
|
||||
esac
|
||||
|
||||
local meson_options=(
|
||||
|
|
Loading…
Reference in a new issue