summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
blob: 46fbab941338dee40bdb37fa0e47fc804d87f2ea (plain)
1
2
3
4
5
6
7
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"