extra/libdrm to 2.4.67-2

This commit is contained in:
Kevin Mihelich 2016-03-28 13:31:52 +00:00
parent b608b1c27a
commit 852839ba64

View file

@ -4,17 +4,17 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - enable omap, exynos, freedreno for v7
# - drop valgrind makdepend for v5 and v6
# - upstream fix to valgrind detection
pkgname=libdrm
pkgver=2.4.67
pkgrel=1
pkgrel=2
pkgdesc="Userspace interface to kernel DRM services"
arch=(i686 x86_64)
license=('custom')
depends=('glibc' 'libpciaccess')
makedepends=('xorg-util-macros')
makedepends=('xorg-util-macros' 'libxslt' 'docbook-xsl')
makedepends_armv7h=('valgrind')
makedepends_aarch64=('valgrind')
checkdepends=('cairo')
replaces=('libdrm-new' 'libdrm-nouveau')
url="http://dri.freedesktop.org/"