diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-11 18:12:27 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-11 18:12:27 +0100 |
commit | dff7d5f7d053d3d7befcd09893e994dd0833d8ee (patch) | |
tree | b0d9b626a1a9458b81656c0dc11abb5d139df58f /recipes | |
parent | 0450653a9e28a36421f17935e6616ae40cb10daa (diff) |
librsvg: bump PR for bzip2 changes
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/librsvg/librsvg_2.26.0.bb | 4 |
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" |