All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yusuke Mitsuki <mickey.happygolucky@gmail.com>
To: yocto@yoctoproject.org
Subject: [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER
Date: Mon, 13 Feb 2017 00:25:48 +0900	[thread overview]
Message-ID: <1486913148-23185-1-git-send-email-mickey.happygolucky@gmail.com> (raw)

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



             reply	other threads:[~2017-02-12 15:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-12 15:25 Yusuke Mitsuki [this message]
2017-02-16  1:45 ` [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1486913148-23185-1-git-send-email-mickey.happygolucky@gmail.com \
    --to=mickey.happygolucky@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.