diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-08-20 18:51:14 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-08-20 18:51:14 +0000 |
commit | 4a91337315096ff82cf320b4efc7ddce5857c00c (patch) | |
tree | 0f8074586c4e2440588b3b96e40135e020739500 | |
parent | 18175b3ef0d09bedf347ce292dd8dd1ec94fa6bf (diff) |
gnash-minimal: Incomplete fix for RDEPENDS on libltdl (still not being picked up).
-rw-r--r-- | packages/gnash/gnash-minimal.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gnash/gnash-minimal.inc b/packages/gnash/gnash-minimal.inc index a4a44ae058..2f2645a125 100644 --- a/packages/gnash/gnash-minimal.inc +++ b/packages/gnash/gnash-minimal.inc @@ -1,7 +1,9 @@ DESCRIPTION = "Gnash is a GNU Flash movie player that supports many SWF v7 features" HOMEPAGE = "http://www.gnu.org/software/gnash" LICENSE = "GPL-2" -DEPENDS = "virtual/libiconv virtual/libintl libltdl libtool agg libxml2 libmad zlib boost jpeg pango curl freetype" + +DEPENDS = "virtual/libiconv virtual/libintl libtool agg libxml2 libmad zlib boost jpeg pango curl freetype" +RDEPENDS = "libltdl" SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gnash/${PV}/gnash-${PV}.tar.bz2" S = ${WORKDIR}/gnash-${PV} |