aboutsummaryrefslogtreecommitdiffstats
path: root/librsvg
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-03 18:37:40 +0000
committerPhil Blundell <philb@gnu.org>2004-07-03 18:37:40 +0000
commitff4ae104a0f9fb03b2a70d00e088fba84253f19e (patch)
tree015168b162d47e7ed14a128eb225bac8cfa72c05 /librsvg
parent767f8518fbc7e7b0791380bc4fb681ea0ae2dd82 (diff)
downloadopenembedded-ff4ae104a0f9fb03b2a70d00e088fba84253f19e.tar.gz
add libart-lgpl to DEPENDS
BKrev: 40e6fcf4UA-8rV3vuEJzbpTGy728kw
Diffstat (limited to 'librsvg')
-rw-r--r--librsvg/librsvg_2.6.5.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/librsvg/librsvg_2.6.5.oe b/librsvg/librsvg_2.6.5.oe
index e69de29bb2..728a4bfcc4 100644
--- a/librsvg/librsvg_2.6.5.oe
+++ b/librsvg/librsvg_2.6.5.oe
@@ -0,0 +1,17 @@
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+DEPENDS = "gtk+ libart-lgpl"
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.6/librsvg-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+PACKAGES =+ "librsvg-gtk librsvg-gtk-dev "
+FILES_librsvg-gtk = "${libdir}/gtk-2.0/*/*/*.so"
+FILES_librsvg-gtk-dev = "${libdir}/gtk-2.0"
+
+do_stage() {
+ install -d ${STAGING_INCDIR}/librsvg-2/librsvg/
+ install -m 0644 rsvg.h ${STAGING_INCDIR}/librsvg-2/librsvg/
+ install -m 0644 librsvg-features.h ${STAGING_INCDIR}/librsvg-2/librsvg/
+ oe_libinstall -so -a librsvg-2 ${STAGING_LIBDIR}
+}
+