aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend')
-rw-r--r--common/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend b/common/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
new file mode 100644
index 00000000..98ae3132
--- /dev/null
+++ b/common/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+SRC_URI_append_amd = " file://add-geometry-input-when-calibrating.patch"
+RDEPENDS_${PN}_append_amd = " xrandr bash"
+
+do_install_append_amd() {
+ # Do not install the boot time auto launcher
+ rm -rf ${D}${sysconfdir}/xdg/autostart
+}