From: Saul Wold Date: Fri, 20 Jan 2017 21:50:26 +0000 (-0800) Subject: xserver-xf86-config: add glamoregl X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e8fff77fba5c46ef11519baf679710e6663f2f7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xserver-xf86-config: add glamoregl When using the modesetting with glamor and MUSL, the glamoregl library needs to be pre-loaded, so add it to the list here. (From OE-Core rev: 95701f1491e50e894a7c5f2543137c3bda1877b9) Signed-off-by: Saul Wold Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 72e4fbf59b0..23fcdc7ef23 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 @@ -6,4 +6,5 @@ Section "Module" Load "int10" Load "vbe" Load "vgahw" + Load "glamoregl" EndSection