diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-04-30 11:33:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-06 17:59:16 +0100 |
commit | 6464bcd67d10ab9967ac83c27c413c1014be707e (patch) | |
tree | 3ead74f13d7ed387944c2d09a5f20be74f0a1691 /meta/recipes-graphics/xinput-calibrator | |
parent | 8fc255d97d061501a8651e749eb6da103472a499 (diff) | |
download | poky-6464bcd67d10ab9967ac83c27c413c1014be707e.tar.gz |
xinput-calibrator: fix XDG launch
In the move from meta-oe to OE-core XDG based launched was dropped
without noting it in the commit message, so fix that regression.
Gnome-session will now launch the calibrator again.
(From OE-Core rev: 64e0c8a7585a36964988f2f00ac89eda514d5f7b)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xinput-calibrator')
-rw-r--r-- | meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb index 3f97e197ad..95abfce816 100644 --- a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb +++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | |||
@@ -25,7 +25,11 @@ do_install_append() { | |||
25 | 25 | ||
26 | install -d ${D}${sysconfdir}/X11/Xsession.d/ | 26 | install -d ${D}${sysconfdir}/X11/Xsession.d/ |
27 | install -m 0755 ${WORKDIR}/30xinput_calibrate.sh ${D}${sysconfdir}/X11/Xsession.d/ | 27 | install -m 0755 ${WORKDIR}/30xinput_calibrate.sh ${D}${sysconfdir}/X11/Xsession.d/ |
28 | |||
29 | install -d ${D}${sysconfdir}/xdg/autostart | ||
30 | sed -e 's,^Exec=.*,Exec=${bindir}/xinput_calibrator_once.sh,' ${S}/scripts/xinput_calibrator.desktop > ${D}${sysconfdir}/xdg/autostart/xinput_calibrator.desktop | ||
28 | } | 31 | } |
29 | 32 | ||
33 | FILES_${PN} += "${sysconfdir}/xdg/autostart" | ||
30 | RDEPENDS_${PN} = "xinput formfactor" | 34 | RDEPENDS_${PN} = "xinput formfactor" |
31 | RRECOMMENDS_${PN} = "pointercal-xinput" | 35 | RRECOMMENDS_${PN} = "pointercal-xinput" |