diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-30 16:58:00 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-30 16:58:00 +0000 |
commit | 9e483917d29b52787886b6406c023efe27cbe460 (patch) | |
tree | 0f99e2d0d612d5558c39b8db62c771a4f708d7d1 /libpixman | |
parent | 09cad80ea333b45f0df46b82c78744d3be54c879 (diff) |
Add missing PROVIDES to libpixman and cairo.
BKrev: 4069a718PYGATqR66IgcbDdoeynZiA
Diffstat (limited to 'libpixman')
-rw-r--r-- | libpixman/libpixman-cvs.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libpixman/libpixman-cvs.oe b/libpixman/libpixman-cvs.oe index e69de29bb2..d8a76c59ab 100644 --- a/libpixman/libpixman-cvs.oe +++ b/libpixman/libpixman-cvs.oe @@ -0,0 +1,16 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@debian.org>" +DEPENDS = "virtual/libc x11" +DESCRIPTION = "Cairo support library" +PROVIDES = "libpixman" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libpixman" +S = "${WORKDIR}/libpixman" + +inherit autotools pkgconfig libtool + +do_stage () { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +} |