gnash-minimal: Incomplete fix for RDEPENDS on libltdl (still not being picked up).
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Wed, 20 Aug 2008 18:51:14 +0000 (18:51 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Wed, 20 Aug 2008 18:51:14 +0000 (18:51 +0000)
packages/gnash/gnash-minimal.inc

index a4a44ae..2f2645a 100644 (file)
@@ -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}