From 9271bfcb2f262910e27ca3ff66747cd1af50a3d8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 20 Jul 2004 09:29:08 +0000 Subject: add xft and correct misc. dependencies for recent x builds. X experts, please have a look BKrev: 40fce5e4IxZ9FAU4FaKttWqjaN0sAw --- xstroke/xstroke_0.6.oe | 2 +- xstroke/xstroke_cvs.oe | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'xstroke') diff --git a/xstroke/xstroke_0.6.oe b/xstroke/xstroke_0.6.oe index 999346a1b6..8ceb6a4884 100644 --- a/xstroke/xstroke_0.6.oe +++ b/xstroke/xstroke_0.6.oe @@ -1,7 +1,7 @@ SECTION = "x11" PRIORITY = "optional" MAINTAINER = "Phil Blundell " -DEPENDS = "x11" +DEPENDS = "x11 xft xtst" DESCRIPTION = "Gesture recognition input method for X11" SRC_URI = "http://xstroke.org/releases/xstroke-0.6.tar.gz" diff --git a/xstroke/xstroke_cvs.oe b/xstroke/xstroke_cvs.oe index e69de29bb2..21fc3e6add 100644 --- a/xstroke/xstroke_cvs.oe +++ b/xstroke/xstroke_cvs.oe @@ -0,0 +1,11 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +DEPENDS = "x11 xft xtst" +DESCRIPTION = "Gesture recognition input method for X11" + +SRC_URI = "cvs://anoncvs:anoncvs@xstroke.org/cvs/xstroke;module=xstroke" +S = "${WORKDIR}/xstroke" + +inherit autotools pkgconfig -- cgit v1.2.3