diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-29 20:19:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-29 20:19:47 +0000 |
commit | 07075830799b08b5e389329258542b9114ca8721 (patch) | |
tree | 19f9958da08daab08212764d5e68a4cbf3c37b65 /xproto/xproto_6.6.2.oe | |
parent | 2ea36a55937d749b7a078ef95e11f1181fdf9036 (diff) |
Fix the xproto-native 6.6.2 build.
BKrev: 40e1cee3cwtxoLh_BbJwZGtqgjzVwg
Diffstat (limited to 'xproto/xproto_6.6.2.oe')
-rw-r--r-- | xproto/xproto_6.6.2.oe | 16 |
1 files changed, 16 insertions, 0 deletions
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 <greg@treke.net>" +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} +} |