mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +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:
@@ -2,7 +2,11 @@ DESCRIPTION = "A generic touchscreen calibration program for X.Org"
|
|||||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator"
|
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator"
|
||||||
LICENSE = "MIT/X11"
|
LICENSE = "MIT/X11"
|
||||||
DEPENDS = "virtual/libx11 libxi"
|
DEPENDS = "virtual/libx11 libxi"
|
||||||
RDEPENDS_${PN} = "xinput pointercal-xinput"
|
|
||||||
INC_PR = "r7"
|
INC_PR = "r8"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "xinput"
|
||||||
|
RRECOMMENDS_${PN} = "pointercal-xinput"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user