packages/gift/gift_0.11.5.bb: Gift required libtool in order to build, so add dependacy
authorStelios Koroneos <skoroneos@digital-opsis.com>
Wed, 14 Mar 2007 19:23:05 +0000 (19:23 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Wed, 14 Mar 2007 19:23:05 +0000 (19:23 +0000)
packages/gift/gift_0.11.5.bb

index 6446398..a2a1e45 100644 (file)
@@ -4,6 +4,10 @@ DEPENDS = "libvorbis libogg"
 DESCRIPTION = "giFT is a framework for bridging multiple \
 backend peer-to-peer protocols and the user interface \
 associated with them."
+PR="r1"
+
+DEPENDS=libtool
+
 FILES_gift_append = " ${datadir}/giFT"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/gift/gift-${PV}.tar.bz2"