meta-digi-arm: use xserver-xorg 1.14.4 for MX6

Currently Vivante does not provide a valid GL API so Xorg fails to link
against it, we cannot workaround it easily in newer Xorg version so
instead of maintaining a pile of patches for it we use 1.14.4 version
as an interim solution.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-03-12 12:13:49 +01:00
parent 814b145ef5
commit 60feecd578
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ XSERVER = "xserver-xorg \
xf86-input-evdev \
${XSERVER_DRIVER}"
# Use an older Xorg version until Vivante provides a valid GL API
PREFERRED_VERSION_xserver-xorg_mx6 = "2:1.14.4"
# Ship kernel modules
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"