aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cairo/libsvg_0.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cairo/libsvg_0.1.4.bb')
-rw-r--r--recipes/cairo/libsvg_0.1.4.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/cairo/libsvg_0.1.4.bb b/recipes/cairo/libsvg_0.1.4.bb
new file mode 100644
index 0000000000..2c5578aea6
--- /dev/null
+++ b/recipes/cairo/libsvg_0.1.4.bb
@@ -0,0 +1,18 @@
+SECTION = "libs"
+LICENSE = "LGPL"
+PRIORITY = "optional"
+DEPENDS = "expat jpeg zlib libpng"
+DESCRIPTION = "SVG parser library"
+PR = "r1"
+
+SRC_URI = "http://cairographics.org/snapshots/libsvg-${PV}.tar.gz \
+ file://configure_fix.patch;patch=1 \
+ file://gcc4_and_expat.patch;patch=1"
+
+EXTRA_OECONF = "--with-expat"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}