mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
mesa: actually enable _have_arm
this accidentally got missed during a refactor, sorry
This commit is contained in:
parent
16680da895
commit
88f629fca9
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mesa'
|
||||
pkgname=mesa
|
||||
version=20.0.5
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="mesa-${version}"
|
||||
build_style=meson
|
||||
configure_args="-Dglvnd=true -Dshared-glapi=true -Dgbm=true -Degl=true
|
||||
|
@ -70,6 +70,9 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
_have_vmware=yes
|
||||
_have_nine=yes
|
||||
;;
|
||||
armv[67]*|aarch64*)
|
||||
_have_arm=yes
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "$_have_amd" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue