mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/libglvnd: fix
This commit is contained in:
parent
e66ac135e7
commit
a8fd6eef99
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable assembly on !armv7h
|
||||
# - disable assembly
|
||||
|
||||
pkgname=libglvnd
|
||||
pkgver=1.3.0
|
||||
|
@ -18,9 +18,8 @@ sha512sums=('277d0951596fee654fa90b6c644ccde781d83732bb6caa13ad57103198caa970273
|
|||
'bf0f4a7e04220a407400f89226ecc1f798cc43035f2538cc8860e5088e1f84140baf0d4b0b28f66e4b802d4d6925769a1297c24e1ba39c1c093902b2931781a5')
|
||||
|
||||
build() {
|
||||
[[ $CARCH != "armv7h" ]] && CONFIG="-D asm=false"
|
||||
arch-meson $pkgname-v$pkgver build \
|
||||
-D gles1=false $CONFIG
|
||||
-D gles1=false -D asm=disabled
|
||||
|
||||
ninja -C build
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue