aboutsummaryrefslogtreecommitdiffstats
path: root/fixesext
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-31 00:24:43 +0000
committerPhil Blundell <philb@gnu.org>2004-07-31 00:24:43 +0000
commit61c00f5471dd13518bf45ed9ea0f4be23934a3f7 (patch)
tree2bbb6aa37b488db0d96f933ad96ac945b72cd5ff /fixesext
parent0457f33253c318c931616ee3cc4b4f9cf9949cf9 (diff)
downloadopenembedded-61c00f5471dd13518bf45ed9ea0f4be23934a3f7.tar.gz
increase preference of fixesext_cvs since current xserver-kdrive needs it
BKrev: 410ae6cbW5SoLO_yuvM16Qo1bRCA8A
Diffstat (limited to 'fixesext')
-rw-r--r--fixesext/fixesext_cvs.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/fixesext/fixesext_cvs.oe b/fixesext/fixesext_cvs.oe
index e69de29bb2..ad673fbf58 100644
--- a/fixesext/fixesext_cvs.oe
+++ b/fixesext/fixesext_cvs.oe
@@ -0,0 +1,19 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "libs"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DEPENDS = "xextensions"
+DESCRIPTION = "X Fixes extension headers and specification."
+DEFAULT_PREFERENCE = "1"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=FixesExt"
+S = "${WORKDIR}/FixesExt"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
+}