summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-11-29 15:05:23 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-22 15:57:50 +0100
commit664a1926af81e49396bfe268118969ec2b8718cb (patch)
tree507b5aca7a23a12225ef1610a69c39f8871e4a35 /recipes-graphics
parentb74384f2f26a16f19139289e876756b60da01fed (diff)
xserver-xorg: don't rrecommend xf86-input-libinput
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
new file mode 100644
index 0000000..01a7948
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
@@ -0,0 +1,3 @@
+# xinput-calibrator-once expects an evdev interface, so don't install
+# xf86-input-libinput which takes precedence over xf86-input-evdev
+XSERVER_RRECOMMENDS_remove = "xf86-input-libinput"