mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/libdrm to 2.4.113-3
This commit is contained in:
parent
8c8aaa885a
commit
680ed00352
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=libdrm
|
pkgname=libdrm
|
||||||
pkgver=2.4.113
|
pkgver=2.4.113
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Userspace interface to kernel DRM services"
|
pkgdesc="Userspace interface to kernel DRM services"
|
||||||
url="https://dri.freedesktop.org/"
|
url="https://dri.freedesktop.org/"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -31,6 +31,7 @@ build() {
|
||||||
arch-meson $pkgname-$pkgver build \
|
arch-meson $pkgname-$pkgver build \
|
||||||
-D udev=false \
|
-D udev=false \
|
||||||
-D valgrind=disabled \
|
-D valgrind=disabled \
|
||||||
|
-D install-test-programs=true \
|
||||||
$CONFIG
|
$CONFIG
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue