aboutsummaryrefslogtreecommitdiffstats
path: root/main/libdrm
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-11 14:48:56 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-17 14:13:55 +0000
commit5cb4e2a06c027d4dd0f421cf21e6cfc9ed25243c (patch)
treea7d710c8592d5afc54463f30188efb770f091bf0 /main/libdrm
parent14a03caf7cf782e391b89d4b4f0a22296fbc7fc3 (diff)
downloadaports-5cb4e2a06c027d4dd0f421cf21e6cfc9ed25243c.tar.bz2
aports-5cb4e2a06c027d4dd0f421cf21e6cfc9ed25243c.tar.xz
main/libdrm: add docs
Diffstat (limited to 'main/libdrm')
-rw-r--r--main/libdrm/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/libdrm/APKBUILD b/main/libdrm/APKBUILD
index 5a33527467..5f5eab8ddd 100644
--- a/main/libdrm/APKBUILD
+++ b/main/libdrm/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libdrm
pkgver=2.4.89
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace interface to kernel DRM services"
url="https://dri.freedesktop.org/"
arch="all"
@@ -10,9 +10,9 @@ options="!check"
license="MIT"
depends=""
depends_dev="linux-headers"
-makedepends="$depends_dev libpthread-stubs eudev-dev libpciaccess-dev"
+makedepends="$depends_dev libpthread-stubs eudev-dev libpciaccess-dev xmlto"
checkdepends="cunit-dev bash"
-subpackages="$pkgname-dev"
+subpackages="$pkgname-dev $pkgname-doc"
source="https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
ioctl.patch
fix-symbol-checks.patch
@@ -31,7 +31,6 @@ build() {
--localstatedir=/var \
--enable-freedreno \
--enable-udev \
- --disable-manpages \
--disable-valgrind
make
}