diff options
Diffstat (limited to 'meta-oe/recipes-graphics')
-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" |