aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xtscal
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-08-18 19:56:49 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-08-18 19:56:49 +0000
commitbf2a35c5137ea50873ca8bcda3a93d9625b0f4cd (patch)
tree4cd3394774802fdae634d1c13fad81f1d0ddc115 /recipes/xtscal
parent2dcee26b6c95ebac4a02f70b01e31c43e19d6e53 (diff)
downloadopenembedded-bf2a35c5137ea50873ca8bcda3a93d9625b0f4cd.tar.gz
task-mamona.bb, xtscal.inc: DEPEND on libxcalibrate instead of xcalibrate.
Diffstat (limited to 'recipes/xtscal')
-rw-r--r--recipes/xtscal/xtscal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xtscal/xtscal.inc b/recipes/xtscal/xtscal.inc
index 8dc5d1a0c6..723aab003f 100644
--- a/recipes/xtscal/xtscal.inc
+++ b/recipes/xtscal/xtscal.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "Touchscreen calibration utility"
SECTION = "x11/base"
LICENSE = "GPL"
-DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate"
+DEPENDS = "virtual/libx11 libxcalibrate libxft libxrandr"
# xtscal needs a font to display text
RRECOMMENDS = "ttf-dejavu-sans"