diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-10 22:02:16 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-16 17:21:02 +0000 |
commit | cd1b81cd2de1f87f77a8de10a6262bf7c6f37aee (patch) | |
tree | b51c251ee8ab9c34524834c6f51e75b8f45b4dd8 /main/libdrm | |
parent | 4763e9cddd1d0f15d73ce663b1d1f7bf21c03896 (diff) | |
download | aports-cd1b81cd2de1f87f77a8de10a6262bf7c6f37aee.tar.bz2 aports-cd1b81cd2de1f87f77a8de10a6262bf7c6f37aee.tar.xz |
main/libdrm: mark tests broken, fix license
Diffstat (limited to 'main/libdrm')
-rw-r--r-- | main/libdrm/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/libdrm/APKBUILD b/main/libdrm/APKBUILD index 27ddad6913..5a33527467 100644 --- a/main/libdrm/APKBUILD +++ b/main/libdrm/APKBUILD @@ -1,11 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libdrm pkgver=2.4.89 -pkgrel=0 +pkgrel=1 pkgdesc="Userspace interface to kernel DRM services" url="https://dri.freedesktop.org/" arch="all" -license="custom" +# Requires a computer with gfx, no X running, build user in 'video' group.. +options="!check" +license="MIT" depends="" depends_dev="linux-headers" makedepends="$depends_dev libpthread-stubs eudev-dev libpciaccess-dev" |