wok rev 11394

Fix: libgnomecanvas needs intltool to be compiled
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 05:21:59 2011 +0100 (2011-12-10)
parents d1d138d47cc2
children 93f683705964
files libgnomecanvas/receipt
line diff
     1.1 --- a/libgnomecanvas/receipt	Sat Dec 10 05:13:50 2011 +0100
     1.2 +++ b/libgnomecanvas/receipt	Sat Dec 10 05:21:59 2011 +0100
     1.3 @@ -10,7 +10,8 @@
     1.4  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.5  
     1.6  DEPENDS="gtk+ libglade libart_lgpl xorg-libXdamage xorg-libXcursor"
     1.7 -BUILD_DEPENDS="gtk+-dev libglade-dev libart_lgpl-dev xorg-libXcursor-dev"
     1.8 +BUILD_DEPENDS="gtk+-dev libglade-dev libart_lgpl-dev xorg-libXcursor-dev \
     1.9 +intltool"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()