diff options
-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" |