aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-11 18:12:27 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-11 18:12:27 +0100
commitdff7d5f7d053d3d7befcd09893e994dd0833d8ee (patch)
treeb0d9b626a1a9458b81656c0dc11abb5d139df58f
parent0450653a9e28a36421f17935e6616ae40cb10daa (diff)
downloadopenembedded-dff7d5f7d053d3d7befcd09893e994dd0833d8ee.tar.gz
librsvg: bump PR for bzip2 changes
-rw-r--r--recipes/librsvg/librsvg_2.26.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/librsvg/librsvg_2.26.0.bb b/recipes/librsvg/librsvg_2.26.0.bb
index df238048fb..d083c46e2a 100644
--- a/recipes/librsvg/librsvg_2.26.0.bb
+++ b/recipes/librsvg/librsvg_2.26.0.bb
@@ -1,8 +1,10 @@
DESCRIPTION = "Library for rendering SVG files"
SECTION = "x11/utils"
-DEPENDS = "gtk+ libcroco cairo libart-lgpl libxml2 popt"
+DEPENDS = "bzip2 gtk+ libcroco cairo libart-lgpl libxml2 popt"
LICENSE = "LGPL"
+PR = "r1"
+
inherit gnome
EXTRA_OECONF = "--disable-mozilla-plugin"