From d2965b6894efafd9343086ded407d73b8bf1243c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 4 May 2012 07:49:35 +0000 Subject: xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work without it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Koen Kooi Acked-by: Martin Jansa Signed-off-by: Eric BĂ©nard --- meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb index a50a0cfd7..765dcf2db 100644 --- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb +++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb @@ -4,7 +4,7 @@ LICENSE = "MIT-X" LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc" DEPENDS = "virtual/libx11 libxi" -PR = "r5" +PR = "r6" inherit autotools systemd @@ -33,5 +33,5 @@ SYSTEMD_PACKAGES = "${PN}-systemd" SYSTEMD_SERVICE = "${PN}.service" FILES_${PN} += "${sysconfdir}/xdg/autostart" -RDEPENDS_${PN} = "xinput" +RDEPENDS_${PN} = "xinput xterm" RRECOMMENDS_${PN} = "pointercal-xinput" -- cgit v1.2.3-54-g00ecf