mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
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>
This commit is contained in:
@@ -4,7 +4,7 @@ LICENSE = "MIT-X"
|
|||||||
LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc"
|
LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc"
|
||||||
DEPENDS = "virtual/libx11 libxi"
|
DEPENDS = "virtual/libx11 libxi"
|
||||||
|
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
|
|
||||||
inherit autotools systemd
|
inherit autotools systemd
|
||||||
|
|
||||||
@@ -33,5 +33,5 @@ SYSTEMD_PACKAGES = "${PN}-systemd"
|
|||||||
SYSTEMD_SERVICE = "${PN}.service"
|
SYSTEMD_SERVICE = "${PN}.service"
|
||||||
|
|
||||||
FILES_${PN} += "${sysconfdir}/xdg/autostart"
|
FILES_${PN} += "${sysconfdir}/xdg/autostart"
|
||||||
RDEPENDS_${PN} = "xinput"
|
RDEPENDS_${PN} = "xinput xterm"
|
||||||
RRECOMMENDS_${PN} = "pointercal-xinput"
|
RRECOMMENDS_${PN} = "pointercal-xinput"
|
||||||
|
|||||||
Reference in New Issue
Block a user