mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
09c8584833
commit
199d08c139
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user