diff options
author | 2013-05-14 10:29:44 +0000 | |
---|---|---|
committer | 2013-05-16 08:48:58 -0500 | |
commit | 9ea3df3dd76528fa87e24912879123f42d9ae394 (patch) | |
tree | fc721f8b3b480402f9673b1bab32585c51c0ee84 | |
parent | a66e59fc63cdad4d7a2bca02eba89e8cdb97549c (diff) | |
download | meta-intel-9ea3df3dd76528fa87e24912879123f42d9ae394.tar.gz meta-intel-9ea3df3dd76528fa87e24912879123f42d9ae394.tar.bz2 meta-intel-9ea3df3dd76528fa87e24912879123f42d9ae394.zip |
sys940x: specify preferred version of the xf86-input-synaptics recipe
The newer version of the xf86-input-synaptics recipe breaks with
the 1.9.3 version of xorg-xserver used in this BSP.
More details on the breakage can be found in the log of the commit
with title:
xf86-input-synaptics_1.6.3: keep older version for EMGD based BSPs
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-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 092a7453..78219d34 100644 --- a/meta-sys940x/conf/machine/sys940x.conf +++ b/meta-sys940x/conf/machine/sys940x.conf @@ -25,6 +25,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ PREFERRED_VERSION_xserver-xorg ?= "1.9.3" PREFERRED_VERSION_mesa ?= "9.0.2" +PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3" PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" PREFERRED_VERSION_emgd-driver-bin ?= "1.16" PREFERRED_VERSION_libva ?= "1.0.16" |