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>
This commit is contained in:
Koen Kooi 2011-04-21 12:17:57 +02:00
parent 09c8584833
commit 199d08c139

View File

@ -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"