]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xf86-config: add glamoregl
authorSaul Wold <sgw@linux.intel.com>
Fri, 20 Jan 2017 21:50:26 +0000 (13:50 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 14:40:17 +0000 (14:40 +0000)
When using the modesetting with glamor and MUSL, the glamoregl
library needs to be pre-loaded, so add it to the list here.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf

index 72e4fbf59b0b663eae7d88e04ce8feacad38e51c..23fcdc7ef235a4c7a2b89a363cae54145e652d47 100644 (file)
@@ -6,4 +6,5 @@ Section "Module"
     Load "int10"
     Load "vbe"
     Load "vgahw"
+    Load "glamoregl"
 EndSection