1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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 <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold
2017-01-20 13:50:26 -08:00
committed by Richard Purdie
parent 72f3e90837
commit 1e8fff77fb
@@ -6,4 +6,5 @@ Section "Module"
Load "int10"
Load "vbe"
Load "vgahw"
Load "glamoregl"
EndSection