From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../xinput-calibrator/xinput-calibrator_git.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend (limited to 'bsp/meta-boundary/recipes-graphics/xinput-calibrator') diff --git a/bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend b/bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend new file mode 100644 index 00000000..46fbab94 --- /dev/null +++ b/bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend @@ -0,0 +1,8 @@ +# Remove xinput_calibrator autostart. Our displays are already calibrated. +# Leaves binary in place in case they want to run it anyway manually + +do_install_append(){ + rm -rf ${D}${sysconfdir}/ +} + +FILES_${PN}_remove += "${sysconfdir}/xdg/autostart" -- cgit 1.2.3-korg