From: Martin Jansa Date: Thu, 3 Dec 2009 06:47:58 +0000 (+0100) Subject: librsvg-native: add native package for navit-icons X-Git-Tag: Release-2010-05/1~1513 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8874a6fd4c6f6a1dd01eb8615b95e4a3c3c511b3;p=openembedded.git librsvg-native: add native package for navit-icons --- 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"