Fix the compile of current cairo cvs.
authorChris Larson <clarson@kergoth.com>
Sat, 22 Jan 2005 04:40:28 +0000 (04:40 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 22 Jan 2005 04:40:28 +0000 (04:40 +0000)
BKrev: 41f1d93cuXNIlJVYSSKI0QyuRJDVJg

packages/cairo/cairo/status.patch [new file with mode: 0644]
packages/cairo/cairo_cvs.bb

diff --git a/packages/cairo/cairo/status.patch b/packages/cairo/cairo/status.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..45434c3 100644 (file)
@@ -0,0 +1,20 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@debian.org>"
+# DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz"
+DEPENDS = "x11 libpixman libpng fontconfig libxrender"
+DESCRIPTION = "Cairo graphics library"
+LICENSE = "MPL LGPL"
+PR = "r1"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=cairo
+\
+          file://status.patch;patch=1"
+S = "${WORKDIR}/cairo"
+
+inherit autotools pkgconfig 
+
+do_stage () {
+       oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+}