From 9734514de30cb692458c7286ff4de137afecc01e Mon Sep 17 00:00:00 2001 From: Peter Tworek Date: Fri, 20 Jan 2012 22:18:10 +0000 Subject: [PATCH] Add missing librsvg dependency to abiword recipe. Signed-off-by: Peter Tworek Signed-off-by: Koen Kooi --- meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"