Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2 v2] xserver-xf86-config: add glamoregl
@ 2017-01-20 21:50 Saul Wold
  2017-01-20 21:50 ` [PATCH 2/2 v2] xserver-xorg: Enable glamor by default Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2017-01-20 21:50 UTC (permalink / raw)
  To: openembedded-core, richard.purdie

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>
---
 .../xorg-xserver/xserver-xf86-config/10-preload-modules.conf             | 1 +
 1 file changed, 1 insertion(+)

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 72e4fbf..23fcdc7 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
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-20 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-20 21:50 [PATCH 1/2 v2] xserver-xf86-config: add glamoregl Saul Wold
2017-01-20 21:50 ` [PATCH 2/2 v2] xserver-xorg: Enable glamor by default Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox