xorg-libpixman: don't try to build test apps.

This commit is contained in:
Tilman Sauerbeck 2007-12-12 22:49:09 +01:00
parent a1db2362f8
commit 3f2efe1125

View File

@ -4,12 +4,15 @@
name=xorg-libpixman
version=0.9.6
release=1
release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/pixman-$version.tar.bz2)
build() {
cd pixman-$version
# don't build test programs
sed -i -e 's/^SUBDIRS = pixman test/SUBDIRS = pixman/' Makefile.in
./configure --prefix=/usr --mandir=/usr/man
make