From d2b6e325a00e77e6fbee25f3b46cb73af29f1652 Mon Sep 17 00:00:00 2001 From: Urs Fässler Date: Mon, 13 Jun 2016 16:46:21 +0200 Subject: xinput-calibrator: add missing dependency for xinput_calibrator_once.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xinput_calibrator_once.sh uses xrandr to read the resolution but is not in the dependency list. Busybox is unable to parse the corresponding line, hence depending on bash. Signed-off-by: Urs Fässler Signed-off-by: Richard Purdie --- meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb index ac5b70cba4..98ce7eec6a 100644 --- a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb +++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb @@ -34,5 +34,5 @@ do_install_append() { } FILES_${PN} += "${sysconfdir}/xdg/autostart" -RDEPENDS_${PN} = "xinput formfactor" +RDEPENDS_${PN} = "xinput formfactor xrandr bash" RRECOMMENDS_${PN} = "pointercal-xinput" -- cgit 1.2.3-korg