wok rev 6266

Fix pixman. Added glib-dev for build depends even though i can build without it. Not building with -j 4.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Sep 14 17:50:39 2010 +0000 (2010-09-14)
parents 31630876239a
children 0ba0dc6475a9
files pixman/receipt
line diff
     1.1 --- a/pixman/receipt	Tue Sep 14 14:42:29 2010 +0000
     1.2 +++ b/pixman/receipt	Tue Sep 14 17:50:39 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Pixman library."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -BUILD_DEPENDS="perl"
     1.8 +BUILD_DEPENDS="perl glib-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.cairographics.org/"
    1.11  WGET_URL="http://cairographics.org/releases/$TARBALL"
    1.12 @@ -19,7 +19,7 @@
    1.13      	--mandir=/usr/share/man \
    1.14      	--with-html-dir=/usr/share/doc \
    1.15      	$CONFIGURE_ARGS
    1.16 -    make -j 4
    1.17 +    make
    1.18      make DESTDIR=$PWD/_pkg install
    1.19  }
    1.20