From: Chris Larson Date: Sat, 22 Jan 2005 04:40:28 +0000 (+0000) Subject: Fix the compile of current cairo cvs. X-Git-Tag: Release-2010-05/1~15365 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe2e5222a8728da798aa839671bd0fdea24ea9b;p=openembedded.git Fix the compile of current cairo cvs. BKrev: 41f1d93cuXNIlJVYSSKI0QyuRJDVJg --- diff --git a/packages/cairo/cairo/status.patch b/packages/cairo/cairo/status.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/cairo/cairo_cvs.bb b/packages/cairo/cairo_cvs.bb index e69de29bb2..45434c3a5c 100644 --- a/packages/cairo/cairo_cvs.bb +++ b/packages/cairo/cairo_cvs.bb @@ -0,0 +1,20 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +# 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} +}