aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorPeter Tworek <tworaz666@gmail.com>2012-01-20 22:18:10 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-23 15:53:12 +0100
commit9734514de30cb692458c7286ff4de137afecc01e (patch)
tree733312f74b05602c9a75c38db17234914d1c224a /meta-gnome
parent240d7dd4907c9b382a3cf076d1b577c29ef25b4b (diff)
downloadmeta-openembedded-contrib-9734514de30cb692458c7286ff4de137afecc01e.tar.gz
Add missing librsvg dependency to abiword recipe.
Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb
index 2d0ec9747f..07fd989669 100644
--- a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb
+++ b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb
@@ -1,5 +1,5 @@
require abiword-2.5.inc
-DEPENDS += " loudmouth libwmf-native gtkmathview asio"
+DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio"
RCONFLICTS_${PN} = "abiword-embedded"
PR = "r1"