aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-18 20:27:28 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-18 20:27:28 +0200
commit3857d5d3f57831f657dc929fb3040e0f34e8df7a (patch)
treec2b779bb6dad8569b079ebc10b0eaa857f178237
parent1f4978b06b11f80b14ab95a47651d18d9710aefe (diff)
downloadopenembedded-3857d5d3f57831f657dc929fb3040e0f34e8df7a.tar.gz
livrsvg: added dependency on xineramaproto
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/librsvg/librsvg_2.26.2.bb3
1 files changed, 2 insertions, 1 deletions
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