libvdpau: explicit disable build of documentation

This commit is contained in:
Juergen Daubert 2014-12-29 19:37:02 +01:00
parent f5218d8d92
commit 0b885d9369

View File

@ -5,7 +5,7 @@
name=libvdpau name=libvdpau
version=0.9 version=0.9
release=1 release=2
source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.gz) source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.gz)
build() { build() {
@ -14,7 +14,8 @@ build() {
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--mandir=/usr/man \ --mandir=/usr/man \
--disable-dependency-tracking --disable-dependency-tracking \
--disable-documentation
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install