# HG changeset patch # User Christophe Lincoln # Date 1305147608 -7200 # Node ID 046f53ee26fda7681bee1aa167ae0cf5bb5cfa65 # Parent e97e356acf022cc9cd71179d4715e113b5fb0476 cairomm: fix BUILD_DEPENDS diff -r e97e356acf02 -r 046f53ee26fd cairomm/receipt --- a/cairomm/receipt Wed May 11 22:50:32 2011 +0200 +++ b/cairomm/receipt Wed May 11 23:00:08 2011 +0200 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="2D graphics library (mm)." MAINTAINER="pankso@slitaz.org" -DEPENDS="pixman cairo libsigc++ xcb-util gcc-lib-base" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cairographics.org/" WGET_URL="http://cairographics.org/releases/$TARBALL" +DEPENDS="pixman cairo libsigc++ xcb-util" +BUILD_DEPENDS="pixman-dev cairo-dev libsigc++-dev xcb-util-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,4 +25,3 @@ mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib } -