From: Florian Boor Date: Wed, 5 Jun 2019 20:29:49 +0000 (+0200) Subject: xinput-calibrator: disable autostart X-Git-Url: https://git.karo-electronics.de/?p=meta-kc-bsp.git;a=commitdiff_plain;h=6df2e3a5669c9ed42e35c4baf72c35a4f066da4b xinput-calibrator: disable autostart Usually not required any more --- diff --git a/recipes-graphics/xinput-calibrator/xinput-calibrator_%.bbappend b/recipes-graphics/xinput-calibrator/xinput-calibrator_%.bbappend new file mode 100644 index 0000000..adeef6f --- /dev/null +++ b/recipes-graphics/xinput-calibrator/xinput-calibrator_%.bbappend @@ -0,0 +1,6 @@ +# Disable automatic start +# usually not required any more +do_install_append() { + rm -rf ${D}${sysconfdir}/X11/Xsession.d + rm -rf ${D}${sysconfdir}/xdg/autostart +}