From: Frans Meulenbroeks Date: Wed, 18 Aug 2010 18:27:28 +0000 (+0200) Subject: livrsvg: added dependency on xineramaproto X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3857d5d3f57831f657dc929fb3040e0f34e8df7a;p=openembedded.git livrsvg: added dependency on xineramaproto Signed-off-by: Frans Meulenbroeks --- 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