From 12d8ec9d64be9faf398af8c3e3787d624b25fbf1 Mon Sep 17 00:00:00 2001 From: Yusuke Mitsuki Date: Fri, 21 Apr 2017 23:13:01 +0900 Subject: [PATCH] xserver-xorg: add xf86-input-libinput to XSERVER_RRECOMMENDS oe-core's commit is not merged in morty branch. | xorg-xserver recommends xf86-input-libinput since oe-core's commit | | | commit 2d005faff6341a81a2afae28860101ba9db51ae8 | | Author: Jussi Kukkonen | | Date: Wed Oct 26 11:37:38 2016 +0300 | | | | conf: Use xf86-input-libinput by default | | ... This is workaround to fix the problem that mouse does not work in morty. Signed-off-by: Yusuke Mitsuki --- recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend index a5a6af3..6fd17da 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend @@ -7,3 +7,5 @@ PACKAGECONFIG_rpi ?= " \ ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "xwayland", "", d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd", "", d)} \ " + +XSERVER_RRECOMMENDS_append = " xf86-input-libinput"