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:43:01 +0000 |
commit | 1e8fff77fba5c46ef11519baf679710e6663f2f7 (patch) | |
tree | 4ecfd4a1c58a0ce3a4301fcb97832ffcf850dba9 /meta/recipes-graphics/xorg-xserver/xserver-xf86-config | |
parent | 72f3e9083754f11bab79f7ac9e2919bc402b784d (diff) | |
download | poky-1e8fff77fba5c46ef11519baf679710e6663f2f7.tar.gz |
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>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xf86-config')
-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" | |||
6 | Load "int10" | 6 | Load "int10" |
7 | Load "vbe" | 7 | Load "vbe" |
8 | Load "vgahw" | 8 | Load "vgahw" |
9 | Load "glamoregl" | ||
9 | EndSection | 10 | EndSection |