mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
meta-intel.inc: fix xorg packaging issue for emgd BSPs
BSPs using emgd graphics stack need to use older version of xserver. And these older xserver recipes still use modules which need to be specified in the meta-intel.inc. This is needed in addition to Ross's xorg packaging fixes in oecore. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
6365370517
commit
b4141a6404
|
@ -7,7 +7,16 @@
|
||||||
#
|
#
|
||||||
# XSERVER subcomponents, used to build the XSERVER variable
|
# XSERVER subcomponents, used to build the XSERVER variable
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# for Xserver older than 1.13.0
|
||||||
|
OLD_XSERVER_IA32_EXT = "xserver-xorg-extension-dri \
|
||||||
|
xserver-xorg-extension-dri2 \
|
||||||
|
xserver-xorg-extension-extmod \
|
||||||
|
xserver-xorg-extension-dbe \
|
||||||
|
"
|
||||||
|
|
||||||
XSERVER_IA32_EMGD = "emgd-driver-bin \
|
XSERVER_IA32_EMGD = "emgd-driver-bin \
|
||||||
|
${OLD_XSERVER_IA32_EXT} \
|
||||||
"
|
"
|
||||||
|
|
||||||
XSERVER_IA32_MATROX_MGA = "xf86-video-mga \
|
XSERVER_IA32_MATROX_MGA = "xf86-video-mga \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user