libdrm: update to 2.4.92.

Closes #14278.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-10 00:07:28 -03:00 committed by Enno Boland
parent dd09a16ba9
commit 4b5fb08dfa
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 9 additions and 4 deletions

View File

@ -1,17 +1,22 @@
# Template build file for 'libdrm'.
pkgname=libdrm
version=2.4.91
version=2.4.92
revision=1
configure_args="-Dudev=true -Dvalgrind=false"
build_style=meson
configure_args="-Dudev=true -Dvalgrind=false"
hostmakedepends="pkg-config"
makedepends="eudev-libudev-devel libpciaccess-devel"
short_desc="Userspace interface to kernel DRM services"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://dri.freedesktop.org/"
license="MIT"
homepage="https://dri.freedesktop.org/"
distfiles="https://dri.freedesktop.org/libdrm/$pkgname-$version.tar.bz2"
checksum=634a0ed0cc1eff06f48674b1da81aafa661a9f001e7a4f43dde81076886dc800
checksum=e9e48fdb4de139dc4d9880aa1473158a16ff6aff63d14341367bd30a51ff39fa
post_install() {
sed -n 9,25p < libsync.h > LICENSE
vlicense LICENSE
}
libdrm-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"