mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libdrm: fix
This commit is contained in:
parent
551f22b16e
commit
84f8644b31
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48') # emersion <contact@em
|
|||
#validpgpkeys=('2617F6F8DEBB0A7A15C405C983FD600E340FB5FF') # Samuel Pitoiset <samuel.pitoiset@gmail.com>
|
||||
|
||||
build() {
|
||||
[[ "$CARCH" == "armv7h" ]] && CONFIG="-Domap=true -Dexynos=true -Dtegra=true -Detnaviv=true"
|
||||
[[ "$CARCH" == "armv7h" ]] && CONFIG="-Domap=enabled -Dexynos=enabled -Dtegra=enabled -Detnaviv=enabled"
|
||||
arch-meson $pkgname-$pkgver build \
|
||||
-D udev=false \
|
||||
-D valgrind=disabled \
|
||||
|
|
Loading…
Reference in a new issue