aboutsummaryrefslogtreecommitdiffstats
path: root/cairo
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-08-13 00:38:06 +0000
committerChris Larson <clarson@kergoth.com>2004-08-13 00:38:06 +0000
commitb9bd0f745555d7e810276a019a9bb51d887a2b2f (patch)
tree8a4bd1effb8804c83b03f78152c23ddbcddb3d5a /cairo
parent2099bbd82f92bca51683cdc298cd64fac38542f6 (diff)
downloadopenembedded-b9bd0f745555d7e810276a019a9bb51d887a2b2f.tar.gz
Merge handhelds.org:/home/kergoth/code/packages.modified
into handhelds.org:/home/kergoth/code/packages 2004/08/12 19:30:14-05:00 handhelds.org!kergoth FILESPATH set updates in the libc initial passes. 2004/08/12 19:04:35-05:00 handhelds.org!kergoth Add items to DEPENDS for cairo and libsvg, and add an xsvg build thats disabled until we add xcursor. BKrev: 411c0d6eEU7oPEPIt2OnuiPKMACUlA
Diffstat (limited to 'cairo')
-rw-r--r--cairo/cairo_cvs.oe16
-rw-r--r--cairo/libsvg_cvs.oe15
-rw-r--r--cairo/xsvg_cvs.oe0
3 files changed, 31 insertions, 0 deletions
diff --git a/cairo/cairo_cvs.oe b/cairo/cairo_cvs.oe
index e69de29bb2..304d9d7d66 100644
--- a/cairo/cairo_cvs.oe
+++ b/cairo/cairo_cvs.oe
@@ -0,0 +1,16 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@debian.org>"
+# DEPENDS = "x11 libpixman libpng fontconfig xcb glitz"
+DEPENDS = "x11 libpixman libpng fontconfig"
+DESCRIPTION = "Cairo graphics library"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=cairo"
+S = "${WORKDIR}/cairo"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+}
diff --git a/cairo/libsvg_cvs.oe b/cairo/libsvg_cvs.oe
index e69de29bb2..b29b2fb0f4 100644
--- a/cairo/libsvg_cvs.oe
+++ b/cairo/libsvg_cvs.oe
@@ -0,0 +1,15 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@debian.org>"
+DEPENDS = "libxml2 jpeg"
+DESCRIPTION = "SVG parser library"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libsvg"
+S = "${WORKDIR}/libsvg"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+}
diff --git a/cairo/xsvg_cvs.oe b/cairo/xsvg_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/cairo/xsvg_cvs.oe