From 61c00f5471dd13518bf45ed9ea0f4be23934a3f7 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 31 Jul 2004 00:24:43 +0000 Subject: increase preference of fixesext_cvs since current xserver-kdrive needs it BKrev: 410ae6cbW5SoLO_yuvM16Qo1bRCA8A --- fixesext/fixesext_cvs.oe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 " +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} +} -- cgit v1.2.3