Re: [OE-core] [PATCH] xserver-xorg: Enable glamor by default

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 07:03, Nicolas Dechesne wrote: > ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' dri3 xshmfence > glamor', '', d)}" > Yes, glamor is obviously triggered by opengl. Ross -- ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] [PATCH] xserver-xorg: Enable glamor by default

2017-01-11 Thread Nicolas Dechesne
On Thu, Jan 12, 2017 at 6:52 AM, Saul Wold wrote: > To enable glamor, we need to also enable both dri3 and xshmfence as > dependencies. > > Signed-off-by: Saul Wold > --- > meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-

[OE-core] [PATCH] xserver-xorg: Enable glamor by default

2017-01-11 Thread Saul Wold
To enable glamor, we need to also enable both dri3 and xshmfence as dependencies. Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xor