diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-15 22:55:46 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-15 22:55:46 +0000 |
commit | bd49f4325a28e93359b8a47e49d4838aa6e8645b (patch) | |
tree | 86327774f7d0687e0d5bce200bcb5217378a7575 /xau | |
parent | b3e8e776691afad299f48dd26e50823169ebe136 (diff) |
Add xext build, and fix x11 stage target.
BKrev: 3fde3bf29sHGOHqfWTU_DnoEFSCP3A
Diffstat (limited to 'xau')
-rw-r--r-- | xau/xau-cvs.oe | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xau/xau-cvs.oe b/xau/xau-cvs.oe index 8b586067e0..c90d3c2981 100644 --- a/xau/xau-cvs.oe +++ b/xau/xau-cvs.oe @@ -9,8 +9,6 @@ S=${WORKDIR}/Xau inherit autotools pkgconfig libtool -EXTRA_OEMAKE="LIBTOOL=${STAGING_BINDIR}/libtool" - do_stage () { oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} } |