diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-04-27 16:17:22 (GMT) |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2012-05-07 19:39:19 (GMT) |
commit | 804b02fcfe251ade18893d8d88a18f70295b05b3 (patch) | |
tree | 2cd06977174da5b26611e832a2ca20718460caa0 /meta-sys940x | |
parent | d719c0acf0a7fe010f23be11cd19676186bea784 (diff) | |
download | meta-intel-804b02fcfe251ade18893d8d88a18f70295b05b3.tar.gz |
sys940x: prefer xf86-input-evdev 2.6.0
Per the following commit, sys940x also uses emgd and requires the same
treatment.
commit b612c79f600b7e904aeab37df5aaa3ca5d306b4d
Author: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Wed Apr 25 21:15:06 2012 +0100
common/meta-graphics: Add xf86-input-evdev 2.6.0
This is needed by the pvr graphics stacks since newer versions won't build
with the older xserver those platforms are using.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-sys940x')
-rw-r--r-- | meta-sys940x/conf/machine/sys940x.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf index 2315564..7123653 100644 --- a/meta-sys940x/conf/machine/sys940x.conf +++ b/meta-sys940x/conf/machine/sys940x.conf | |||
@@ -17,6 +17,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ | |||
17 | 17 | ||
18 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" | 18 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" |
19 | PREFERRED_VERSION_mesa-dri ?= "7.11" | 19 | PREFERRED_VERSION_mesa-dri ?= "7.11" |
20 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" | ||
20 | PREFERRED_VERSION_emgd-driver-bin ?= "1.8" | 21 | PREFERRED_VERSION_emgd-driver-bin ?= "1.8" |
21 | 22 | ||
22 | SERIAL_CONSOLE = "115200 ttyS0" | 23 | SERIAL_CONSOLE = "115200 ttyS0" |