summaryrefslogtreecommitdiff
path: root/libvdpau
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2014-12-29 19:37:02 +0100
committerJuergen Daubert <jue@jue.li>2014-12-29 19:37:02 +0100
commit0b885d93690d53dcd19478c91e7717ef802a1a56 (patch)
tree57ba473f105cafb048a12789fa55f2f10ab69af7 /libvdpau
parentf5218d8d924d0429f3cd900f96c79ad3d2203649 (diff)
downloadxorg-0b885d93690d53dcd19478c91e7717ef802a1a56.tar.gz
xorg-0b885d93690d53dcd19478c91e7717ef802a1a56.tar.xz
libvdpau: explicit disable build of documentation
Diffstat (limited to 'libvdpau')
-rw-r--r--libvdpau/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libvdpau/Pkgfile b/libvdpau/Pkgfile
index 69897fdf..d2c4ba81 100644
--- a/libvdpau/Pkgfile
+++ b/libvdpau/Pkgfile
@@ -5,7 +5,7 @@
name=libvdpau
version=0.9
-release=1
+release=2
source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.gz)
build() {
@@ -14,7 +14,8 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
- --disable-dependency-tracking
+ --disable-dependency-tracking \
+ --disable-documentation
make
make DESTDIR=$PKG install

Generated by cgit