diff options
author | Chris Larson <clarson@kergoth.com> | 2005-01-22 04:40:28 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-01-22 04:40:28 +0000 |
commit | abe2e5222a8728da798aa839671bd0fdea24ea9b (patch) | |
tree | 109f3f971b2a401fd4c50d9766d617adccc85f53 /packages/cairo | |
parent | 8c2aad5fb5cc5a4cb1ab659405f5233559387179 (diff) |
Fix the compile of current cairo cvs.
BKrev: 41f1d93cuXNIlJVYSSKI0QyuRJDVJg
Diffstat (limited to 'packages/cairo')
-rw-r--r-- | packages/cairo/cairo/status.patch | 0 | ||||
-rw-r--r-- | packages/cairo/cairo_cvs.bb | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/packages/cairo/cairo/status.patch b/packages/cairo/cairo/status.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/cairo/cairo/status.patch 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 <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} +} |