diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-18 20:27:28 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-18 20:27:28 +0200 |
commit | 3857d5d3f57831f657dc929fb3040e0f34e8df7a (patch) | |
tree | c2b779bb6dad8569b079ebc10b0eaa857f178237 | |
parent | 1f4978b06b11f80b14ab95a47651d18d9710aefe (diff) |
livrsvg: added dependency on xineramaproto
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/librsvg/librsvg_2.26.2.bb | 3 |
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 |