extra/libdrm to 2.4.91-3

This commit is contained in:
Kevin Mihelich 2018-03-22 12:17:21 +00:00
parent cbe1fb5f29
commit 30e8757dc5

View file

@ -7,7 +7,7 @@
pkgname=libdrm
pkgver=2.4.91
pkgrel=2
pkgrel=3
pkgdesc="Userspace interface to kernel DRM services"
url="https://dri.freedesktop.org/"
arch=(x86_64)
@ -46,7 +46,7 @@ prepare() {
build() {
[[ "$CARCH" == "armv7h" ]] && CONFIG="-Domap=true -Dexynos=true -Dtegra=true -Detnaviv=true"
arch-meson $pkgname-$pkgver build \
-Dudev=true \
-Dudev=false \
-Dvalgrind=false \
$CONFIG
ninja -C build