temp/mesa: only build for armhf armv7 aarch64
Make it possible to use Alpine's mesa for x86 and x86_64. Closes https://gitlab.com/postmarketOS/pmbootstrap/issues/1741
This commit is contained in:
parent
a2200d5d15
commit
e086865713
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ _pkgver=19.0.0-rc7
|
|||
pkgrel=1
|
||||
pkgdesc="[${_pkgver}] Mesa DRI OpenGL library"
|
||||
url="https://www.mesa3d.org"
|
||||
arch="all"
|
||||
arch="armhf armv7 aarch64"
|
||||
license="MIT SGI-B-2.0 BSL-1.0"
|
||||
subpackages="
|
||||
$pkgname-dev
|
||||
|
|
Loading…
Reference in a new issue