diff options
Diffstat (limited to 'xtscal')
-rw-r--r-- | xtscal/xtscal_0.4.oe | 2 | ||||
-rw-r--r-- | xtscal/xtscal_0.5.1.oe | 8 | ||||
-rw-r--r-- | xtscal/xtscal_0.5.oe | 8 |
3 files changed, 17 insertions, 1 deletions
diff --git a/xtscal/xtscal_0.4.oe b/xtscal/xtscal_0.4.oe index 99e521d912..3852a6669f 100644 --- a/xtscal/xtscal_0.4.oe +++ b/xtscal/xtscal_0.4.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Touchscreen calibration utility" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "x11 xft libxrandr" +DEPENDS = "x11 libxft libxrandr" SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2" diff --git a/xtscal/xtscal_0.5.1.oe b/xtscal/xtscal_0.5.1.oe index e69de29bb2..21d6eeb440 100644 --- a/xtscal/xtscal_0.5.1.oe +++ b/xtscal/xtscal_0.5.1.oe @@ -0,0 +1,8 @@ +DESCRIPTION = "Touchscreen calibration utility" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" + +DEPENDS = "x11 libxft libxrandr xcalibrate" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2" + +inherit autotools diff --git a/xtscal/xtscal_0.5.oe b/xtscal/xtscal_0.5.oe index e69de29bb2..21d6eeb440 100644 --- a/xtscal/xtscal_0.5.oe +++ b/xtscal/xtscal_0.5.oe @@ -0,0 +1,8 @@ +DESCRIPTION = "Touchscreen calibration utility" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" + +DEPENDS = "x11 libxft libxrandr xcalibrate" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2" + +inherit autotools |