xserver-xf86-config: pre-load int10 and exa modules

musl doesn't like lazy loading that xorg uses, therefore
load the needed modules explicitly

[YOCTO #10169]

(From OE-Core rev: e279c9a30f0df400b06a47a487967a734854714b)

(From OE-Core rev: 13fd49fd719d7e59ea347241934ccb991264f14f)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2016-08-20 13:36:09 -07:00 committed by Richard Purdie
parent a220c3a1a9
commit deca0d3736
3 changed files with 9 additions and 3 deletions

View File

@ -22,7 +22,10 @@ XSERVER = "xserver-xorg \
xf86-input-evdev \
xf86-video-cirrus \
xf86-video-fbdev \
xf86-video-vmware"
xf86-video-vmware \
xf86-video-modesetting \
xserver-xorg-module-libint10 \
"
MACHINE_FEATURES += "x86"

View File

@ -21,7 +21,10 @@ XSERVER = "xserver-xorg \
xf86-input-evdev \
xf86-video-cirrus \
xf86-video-fbdev \
xf86-video-vmware"
xf86-video-vmware \
xf86-video-modesetting \
xserver-xorg-module-libint10 \
"
MACHINE_FEATURES += "x86"

View File

@ -3,7 +3,7 @@ Section "Module"
Load "fb"
Load "shadow"
Load "shadowfb"
Load "int10"
Load "vbe"
Load "vgahw"
EndSection