From: Michael Lauer Date: Mon, 3 May 2004 08:29:15 +0000 (+0000) Subject: depend on libxrandr, not xrandr - patch courtesy pb_. X-Git-Tag: Release-2010-05/1~19380 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb20971ff607c0852cf8627e559cbc9e32940d4;p=openembedded.git depend on libxrandr, not xrandr - patch courtesy pb_. BKrev: 409602dbZ-9vLXg6aVGvMWH26erkkg --- diff --git a/xtscal/xtscal_0.4.oe b/xtscal/xtscal_0.4.oe index e69de29bb2..99e521d912 100644 --- a/xtscal/xtscal_0.4.oe +++ b/xtscal/xtscal_0.4.oe @@ -0,0 +1,8 @@ +DESCRIPTION = "Touchscreen calibration utility" +MAINTAINER = "Phil Blundell " + +DEPENDS = "x11 xft libxrandr" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2" + +inherit autotools