aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-01-05 11:10:07 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-01-05 11:10:51 +0100
commit7e8d3b8bb1971c89c396b875ffa021f746caa32a (patch)
tree2dc2c634125bf3a8233af9769513d5615f603dd0
parente6b2eae952663e7d4dc32612b41a5030af70a523 (diff)
downloadopenembedded-7e8d3b8bb1971c89c396b875ffa021f746caa32a.tar.gz
vdr: fix dependency for libintl
-rw-r--r--recipes/vdr/vdr_1.7.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/vdr/vdr_1.7.10.bb b/recipes/vdr/vdr_1.7.10.bb
index 64b89b8173..49c907988e 100644
--- a/recipes/vdr/vdr_1.7.10.bb
+++ b/recipes/vdr/vdr_1.7.10.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
HOMEPAGE = "http://www.tvdr.de"
PR = "r0"
-DEPENDS = "fontconfig freetype gettext libcap jpeg"
+DEPENDS = "fontconfig freetype gettext libcap jpeg virtual/libintl"
SRC_URI = "ftp://ftp.tvdr.de/vdr/Developer/${P}.tar.bz2 \
file://fixpaths.patch;patch=1 \