From b1d9961a91e6e9a0f1a1914025b340806da8bc5b Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 19 Jun 2004 12:05:33 +0000 Subject: xlibs2_mirror.patch BKrev: 40d42c0d9E908yy7t2yKROMTvAK-BQ --- compositeext/compositeext_2.0.oe | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'compositeext') diff --git a/compositeext/compositeext_2.0.oe b/compositeext/compositeext_2.0.oe index e69de29bb2..14c27a5124 100644 --- a/compositeext/compositeext_2.0.oe +++ b/compositeext/compositeext_2.0.oe @@ -0,0 +1,16 @@ +SECTION = "libs" +MAINTAINER = "Greg Gilbert " +DEPENDS = "xextensions fixesext" +DESCRIPTION = "X Composite extension headers and specification" + +SRC_URI = "${XLIBS_MIRROR}/compositeext-${PV}.tar.bz2" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} -- cgit v1.2.3