[oe-commits] [openembedded-core] 14/16: xserver-xf86-config: pre-load int10 and exa modules

git at git.openembedded.org git at git.openembedded.org
Sat Aug 20 15:19:04 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 421918b6c870826ab613206677dca17c882f103a
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Aug 20 08:03:00 2016 -0700

    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]
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../xorg-xserver/xserver-xf86-config/10-preload-modules.conf           | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf
index 7ceb6fd..132459c 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf
@@ -3,7 +3,8 @@ Section "Module"
     Load "fb"
     Load "shadow"
     Load "shadowfb"
+    Load "int10"
     Load "vbe"
     Load "vgahw"
+    Load "exa"
 EndSection
-

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list