increase preference of fixesext_cvs since current xserver-kdrive needs it
authorPhil Blundell <philb@gnu.org>
Sat, 31 Jul 2004 00:24:43 +0000 (00:24 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 31 Jul 2004 00:24:43 +0000 (00:24 +0000)
BKrev: 410ae6cbW5SoLO_yuvM16Qo1bRCA8A

fixesext/fixesext_cvs.oe

index e69de29..ad673fb 100644 (file)
@@ -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}
+}