main/libdrm: mark tests broken, fix license

This commit is contained in:
A. Wilcox 2018-02-10 22:02:16 -06:00 committed by William Pitcock
parent 4763e9cddd
commit cd1b81cd2d

View File

@ -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"