diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-01-20 13:50:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 14:40:17 +0000 |
commit | 95701f1491e50e894a7c5f2543137c3bda1877b9 (patch) | |
tree | 1a325a84caa733595c236c920d425b0ffb769e4d /meta/recipes-graphics | |
parent | 14833280276c083a60d3d6fdbcc5e25eb2456c48 (diff) | |
download | openembedded-core-95701f1491e50e894a7c5f2543137c3bda1877b9.tar.gz openembedded-core-95701f1491e50e894a7c5f2543137c3bda1877b9.tar.bz2 openembedded-core-95701f1491e50e894a7c5f2543137c3bda1877b9.zip |
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.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 72e4fbf59b..23fcdc7ef2 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 |