wok rev 9779

cairomm: fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 23:00:08 2011 +0200 (2011-05-11)
parents e97e356acf02
children 5bc185ddf5b9
files cairomm/receipt
line diff
     1.1 --- a/cairomm/receipt	Wed May 11 22:50:32 2011 +0200
     1.2 +++ b/cairomm/receipt	Wed May 11 23:00:08 2011 +0200
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="2D graphics library (mm)."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="pixman cairo libsigc++ xcb-util gcc-lib-base"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.cairographics.org/"
    1.10  WGET_URL="http://cairographics.org/releases/$TARBALL"
    1.11  
    1.12 +DEPENDS="pixman cairo libsigc++ xcb-util"
    1.13 +BUILD_DEPENDS="pixman-dev cairo-dev libsigc++-dev xcb-util-dev"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -23,4 +25,3 @@
    1.19  	mkdir -p $fs/usr/lib
    1.20  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.21  }
    1.22 -