From 07075830799b08b5e389329258542b9114ca8721 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 29 Jun 2004 20:19:47 +0000 Subject: Fix the xproto-native 6.6.2 build. BKrev: 40e1cee3cwtxoLh_BbJwZGtqgjzVwg --- xproto/xproto_6.6.2.oe | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/xproto/xproto_6.6.2.oe b/xproto/xproto_6.6.2.oe index e69de29bb2..0605174444 100644 --- a/xproto/xproto_6.6.2.oe +++ b/xproto/xproto_6.6.2.oe @@ -0,0 +1,16 @@ +SECTION = "libs" +MAINTAINER = "Greg Gilbert " +DESCRIPTION = "X protocol and ancillary headers." + +SRC_URI = "${XLIBS_MIRROR}/xproto-${PV}.tar.gz" +S = "${WORKDIR}/xproto-${PV}" + +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