diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-04 07:49:35 +0000 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2012-05-09 17:09:48 +0200 |
commit | d2965b6894efafd9343086ded407d73b8bf1243c (patch) | |
tree | 027e8ae84ddc47ead7ebf8baa9dd14ee8c2b1f01 /meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb | |
parent | e81c5cbc278abfac9269018568c2d0e4d630c4ba (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb')
-rw-r--r-- | meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb | 4 |
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" | |||
4 | LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc" | 4 | LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc" |
5 | DEPENDS = "virtual/libx11 libxi" | 5 | DEPENDS = "virtual/libx11 libxi" |
6 | 6 | ||
7 | PR = "r5" | 7 | PR = "r6" |
8 | 8 | ||
9 | inherit autotools systemd | 9 | inherit autotools systemd |
10 | 10 | ||
@@ -33,5 +33,5 @@ SYSTEMD_PACKAGES = "${PN}-systemd" | |||
33 | SYSTEMD_SERVICE = "${PN}.service" | 33 | SYSTEMD_SERVICE = "${PN}.service" |
34 | 34 | ||
35 | FILES_${PN} += "${sysconfdir}/xdg/autostart" | 35 | FILES_${PN} += "${sysconfdir}/xdg/autostart" |
36 | RDEPENDS_${PN} = "xinput" | 36 | RDEPENDS_${PN} = "xinput xterm" |
37 | RRECOMMENDS_${PN} = "pointercal-xinput" | 37 | RRECOMMENDS_${PN} = "pointercal-xinput" |