diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-03-14 19:23:05 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-03-14 19:23:05 +0000 |
commit | e8c6c425936acef2b0c50520f91dbb23abae16a3 (patch) | |
tree | 3cf3d98e868ef77fb17ed2d5e68c2718b691d665 /packages/gift/gift_0.11.5.bb | |
parent | 3a881084fc3bfa20293b12f9f549c95205b7756f (diff) |
packages/gift/gift_0.11.5.bb: Gift required libtool in order to build, so add dependacy
Diffstat (limited to 'packages/gift/gift_0.11.5.bb')
-rw-r--r-- | packages/gift/gift_0.11.5.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gift/gift_0.11.5.bb b/packages/gift/gift_0.11.5.bb index 6446398311..a2a1e45bab 100644 --- a/packages/gift/gift_0.11.5.bb +++ b/packages/gift/gift_0.11.5.bb @@ -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" |