aboutsummaryrefslogtreecommitdiffstats
path: root/xtst
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-20 09:29:08 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-20 09:29:08 +0000
commit9271bfcb2f262910e27ca3ff66747cd1af50a3d8 (patch)
tree9becdaa782d73bc0e391b091d829413cd318d515 /xtst
parentd5e0b815edce3b5b44ae70e17ce8c59040d9fa28 (diff)
downloadopenembedded-9271bfcb2f262910e27ca3ff66747cd1af50a3d8.tar.gz
add xft and correct misc. dependencies for recent x builds. X experts, please have a look
BKrev: 40fce5e4IxZ9FAU4FaKttWqjaN0sAw
Diffstat (limited to 'xtst')
-rw-r--r--xtst/xtst_cvs.oe20
1 files changed, 20 insertions, 0 deletions
diff --git a/xtst/xtst_cvs.oe b/xtst/xtst_cvs.oe
index e69de29bb2..bf51de542e 100644
--- a/xtst/xtst_cvs.oe
+++ b/xtst/xtst_cvs.oe
@@ -0,0 +1,20 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+DEPENDS = "x11 recordext xext"
+DESCRIPTION = "X Test Extension: client side library"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst \
+ file://no-xrecord.patch;patch=1;pnum=0"
+S = "${WORKDIR}/Xtst"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
+}