# HG changeset patch # User Christopher Rogers # Date 1284486639 0 # Node ID 08fbb0726ac70bebeb1010af8bdbd1ffcc7a6f52 # Parent 31630876239a3dc5d37a076a72fe6d03fb580df7 Fix pixman. Added glib-dev for build depends even though i can build without it. Not building with -j 4. diff -r 31630876239a -r 08fbb0726ac7 pixman/receipt --- a/pixman/receipt Tue Sep 14 14:42:29 2010 +0000 +++ b/pixman/receipt Tue Sep 14 17:50:39 2010 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Pixman library." MAINTAINER="pankso@slitaz.org" -BUILD_DEPENDS="perl" +BUILD_DEPENDS="perl glib-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cairographics.org/" WGET_URL="http://cairographics.org/releases/$TARBALL" @@ -19,7 +19,7 @@ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ $CONFIGURE_ARGS - make -j 4 + make make DESTDIR=$PWD/_pkg install }