# HG changeset patch # User Antoine Bodin # Date 1324046521 -3600 # Node ID 45b96f953c46a5d376400835df900dee469b6883 # Parent d28bd476e8da64949b7128a58b37b9646dd24619 gyrus: add intltool to BUILD_DEPENDS diff -r d28bd476e8da -r 45b96f953c46 gyrus/receipt --- a/gyrus/receipt Fri Dec 16 15:42:01 2011 +0100 +++ b/gyrus/receipt Fri Dec 16 15:42:01 2011 +0100 @@ -10,7 +10,8 @@ WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gyrus/0.3/$TARBALL" DEPENDS="gtk+ dbus ORBit2 gnet libglade GConf" -BUILD_DEPENDS="gtk+ dbus-dev ORBit2-dev gnet-dev libglade-dev GConf-dev" +BUILD_DEPENDS="gtk+ dbus-dev ORBit2-dev gnet-dev libglade-dev GConf-dev \ +intltool" # Rules to configure and make the package. compile_rules()