diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/librsvg/librsvg-native_2.26.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/librsvg/librsvg-native_2.26.0.bb b/recipes/librsvg/librsvg-native_2.26.0.bb new file mode 100644 index 0000000000..0a0a274469 --- /dev/null +++ b/recipes/librsvg/librsvg-native_2.26.0.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Library for rendering SVG files" +SECTION = "x11/utils" +DEPENDS = "cairo-native pango-native gdk-pixbuf-csource-native" +LICENSE = "LGPL" + +inherit native autotools_stage + +SRC_URI = "${GNOME_MIRROR}/librsvg/2.26/librsvg-${PV}.tar.bz2" + +EXTRA_OECONF = "--disable-mozilla-plugin" |