wok-4.x diff atk/receipt @ rev 6513
Fixed depend problem if you have GConf-dev in build_depends in clean chroot.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 02 05:06:16 2010 +0000 (2010-10-02) |
parents | 14be56f528eb |
children | 31b78de2a592 |
line diff
1.1 --- a/atk/receipt Sat May 01 19:54:10 2010 +0200 1.2 +++ b/atk/receipt Sat Oct 02 05:06:16 2010 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Accessibility toolkit." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="glib" 1.7 -BUILD_DEPENDS="cairo-dev glib-dev pango-dev" 1.8 +BUILD_DEPENDS="glib-dev pkg-config perl" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.gnome.org/" 1.11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/atk/1.30/$TARBALL"