From: Maxin B. John Date: Mon, 6 Jun 2016 12:46:27 +0000 (+0300) Subject: x11-common: replace xtscal with xinput-calibrator X-Git-Tag: uninative-1.4~447 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=85afb3445da5c3526f6046eb98262f9af7b78cba;p=openembedded-core.git x11-common: replace xtscal with xinput-calibrator Replace xtscal with xinput-calibrator as part of removing xtscal. [YOCTO #9365] Signed-off-by: Maxin B. John --- diff --git a/meta/recipes-graphics/x11-common/x11-common_0.1.bb b/meta/recipes-graphics/x11-common/x11-common_0.1.bb index 6d7c347c00..2bc0d33226 100644 --- a/meta/recipes-graphics/x11-common/x11-common_0.1.bb +++ b/meta/recipes-graphics/x11-common/x11-common_0.1.bb @@ -26,5 +26,5 @@ do_install() { chmod -R 755 ${D}${sysconfdir} } -RDEPENDS_${PN} = "dbus-x11 xmodmap xdpyinfo xtscal xinit formfactor" +RDEPENDS_${PN} = "dbus-x11 xmodmap xdpyinfo xinput-calibrator xinit formfactor"