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
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-
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