[oe-commits] Martin Jansa : librsvg: add native package

git version control git at git.openembedded.org
Thu Nov 19 19:53:49 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 40094ded29d7b4b4ae922c7a54dba4c6d7141d98
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=40094ded29d7b4b4ae922c7a54dba4c6d7141d98

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Nov 19 20:50:04 2009 +0100

librsvg: add native package

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 0000000..1a667c4
--- /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"
+LICENSE = "LGPL"
+
+inherit native autotools_stage
+
+SRC_URI = "${GNOME_MIRROR}/librsvg/2.26/librsvg-${PV}.tar.bz2"
+
+EXTRA_OECONF = "--disable-mozilla-plugin"





More information about the Openembedded-commits mailing list