xorg-libpixman: fix circular dependency with cairo, thanks Alan

This commit is contained in:
Danny Rawlins 2012-09-15 21:31:41 +10:00
parent 9121600967
commit a53cd4173f

View File

@ -4,14 +4,14 @@
name=xorg-libpixman
version=0.26.2
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
sed -i -e 's|^SUBDIRS *=.*|SUBDIRS = pixman|' Makefile.in
./configure --prefix=/usr --mandir=/usr/man