All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER
@ 2017-02-12 15:25 Yusuke Mitsuki
  2017-02-16  1:45 ` Andrei Gherzan
  0 siblings, 1 reply; 6+ messages in thread
From: Yusuke Mitsuki @ 2017-02-12 15:25 UTC (permalink / raw)
  To: yocto

In order to fix problem that mouse does not work.

This is removed c40558173ffd96c499d101155f6c4c2be85d9f0f.
However mouse does not worked from this.
---
 conf/machine/include/rpi-base.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index e069e70..051c717 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -11,6 +11,7 @@ XSERVER = " \
     xserver-xorg \
     ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \
     ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \
+    xf86-input-evdev \
     "
 
 KERNEL_DEVICETREE ?= " \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-16  7:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-12 15:25 [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER Yusuke Mitsuki
2017-02-16  1:45 ` Andrei Gherzan
2017-02-16  2:14   ` Gary Thomas
2017-02-16  7:37     ` Jussi Kukkonen
2017-02-16  7:48       ` Gary Thomas
2017-02-16  7:57       ` Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.