summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-04 07:49:35 +0000
committerEric Bénard <eric@eukrea.com>2012-05-09 17:09:48 +0200
commitd2965b6894efafd9343086ded407d73b8bf1243c (patch)
tree027e8ae84ddc47ead7ebf8baa9dd14ee8c2b1f01
parente81c5cbc278abfac9269018568c2d0e4d630c4ba (diff)
downloadmeta-openembedded-d2965b6894efafd9343086ded407d73b8bf1243c.tar.gz
xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work without it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb4
1 files 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"
4LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc" 4LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc"
5DEPENDS = "virtual/libx11 libxi" 5DEPENDS = "virtual/libx11 libxi"
6 6
7PR = "r5" 7PR = "r6"
8 8
9inherit autotools systemd 9inherit autotools systemd
10 10
@@ -33,5 +33,5 @@ SYSTEMD_PACKAGES = "${PN}-systemd"
33SYSTEMD_SERVICE = "${PN}.service" 33SYSTEMD_SERVICE = "${PN}.service"
34 34
35FILES_${PN} += "${sysconfdir}/xdg/autostart" 35FILES_${PN} += "${sysconfdir}/xdg/autostart"
36RDEPENDS_${PN} = "xinput" 36RDEPENDS_${PN} = "xinput xterm"
37RRECOMMENDS_${PN} = "pointercal-xinput" 37RRECOMMENDS_${PN} = "pointercal-xinput"