aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-04-21 12:17:57 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-21 12:18:58 +0200
commit199d08c1396c27afac526e39f0987c7f74082cb2 (patch)
treed8277936eb1b0cc9b1e3935e6994c1d1e1e931b1
parent09c8584833c91d64975c042696d1c204a883e6d8 (diff)
downloadmeta-openembedded-contrib-199d08c1396c27afac526e39f0987c7f74082cb2.tar.gz
xinput-calibrator: make pointercal-xinput a soft dependency
pointercal-xinput is machine specific and empty for most machines, so it it's only a soft dependency. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator.inc b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator.inc
index 357b0e5c04..691a45cd94 100644
--- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator.inc
+++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator.inc
@@ -2,7 +2,11 @@ DESCRIPTION = "A generic touchscreen calibration program for X.Org"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator"
LICENSE = "MIT/X11"
DEPENDS = "virtual/libx11 libxi"
-RDEPENDS_${PN} = "xinput pointercal-xinput"
-INC_PR = "r7"
+
+INC_PR = "r8"
inherit autotools
+
+RDEPENDS_${PN} = "xinput"
+RRECOMMENDS_${PN} = "pointercal-xinput"
+