From 3857d5d3f57831f657dc929fb3040e0f34e8df7a Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 18 Aug 2010 20:27:28 +0200 Subject: livrsvg: added dependency on xineramaproto Signed-off-by: Frans Meulenbroeks --- recipes/librsvg/librsvg_2.26.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/librsvg') diff --git a/recipes/librsvg/librsvg_2.26.2.bb b/recipes/librsvg/librsvg_2.26.2.bb index 118d9ef8ba..02cc12bdfc 100644 --- a/recipes/librsvg/librsvg_2.26.2.bb +++ b/recipes/librsvg/librsvg_2.26.2.bb @@ -1,7 +1,8 @@ DESCRIPTION = "Library for rendering SVG files" SECTION = "x11/utils" -DEPENDS = "bzip2 gtk+ libcroco cairo libart-lgpl libxml2 popt" +DEPENDS = "bzip2 gtk+ libcroco cairo libart-lgpl libxml2 popt xineramaproto" LICENSE = "LGPL" +PR = "r1" inherit gnome -- cgit 1.2.3-korg