Re: [OE-core] [PATCH 3/4] gtk+3: Set depends to the virtual needed not explicitly on Mesa

2019-09-16 Thread Andrew F. Davis via Openembedded-core
On 9/16/19 6:27 PM, Richard Purdie wrote: > On Fri, 2019-09-13 at 15:36 -0400, Andrew F. Davis via Openembedded-core > wrote: >> The dependency is for EGL and GLES2 libraries. On some systems these >> are not provided by Mesa, list what is actually needed so the system >>

[OE-core] [PATCH v2 1/4] libepoxy: Disable x11 when not building for x11

2019-09-17 Thread Andrew F. Davis via Openembedded-core
Although glx support is turned off, the build still tries to pull in some x11 components, disable x11 explicitly. Signed-off-by: Andrew F. Davis --- meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2 3/4] gtk+3: Set depends to the virtual needed not explicitly on Mesa

2019-09-17 Thread Andrew F. Davis via Openembedded-core
The dependency is for EGL and GLES2 libraries. On some systems these are not provided by Mesa, list what is actually needed so the system can choose the correct provider. Signed-off-by: Andrew F. Davis --- Changes from v1: - s/gles2/libgles2 meta/recipes-gnome/gtk+/gtk+3.inc | 2 +- 1 file

[OE-core] [PATCH v2 2/4] cogl: Set depends to the virtual needed not explicitly on Mesa

2019-09-17 Thread Andrew F. Davis via Openembedded-core
The dependency is for EGL and GLES2 libraries. On some systems these are not provided by Mesa, list what is actually needed so the system can choose the correct provider. Signed-off-by: Andrew F. Davis --- meta/recipes-graphics/cogl/cogl-1.0.inc | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH v2 4/4] weston: Set depends to the virtual needed not explicitly on Mesa

2019-09-17 Thread Andrew F. Davis via Openembedded-core
The dependency is for EGL and GLES2 libraries. On some systems these are not provided by Mesa, list what is actually needed so the system can choose the correct provider. Signed-off-by: Andrew F. Davis Acked-by: Denys Dmytriyenko --- Changes from v1: - s/gles2/libgles2

[OE-core] [PATCH 2/4] cogl: Set depends to the virtual needed not explicitly on Mesa

2019-09-13 Thread Andrew F. Davis via Openembedded-core
The dependency is for EGL and GLES2 libraries. On some systems these are not provided by Mesa, list what is actually needed so the system can choose the correct provider. Signed-off-by: Andrew F. Davis --- meta/recipes-graphics/cogl/cogl-1.0.inc | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 3/4] gtk+3: Set depends to the virtual needed not explicitly on Mesa

2019-09-13 Thread Andrew F. Davis via Openembedded-core
The dependency is for EGL and GLES2 libraries. On some systems these are not provided by Mesa, list what is actually needed so the system can choose the correct provider. Signed-off-by: Andrew F. Davis --- meta/recipes-gnome/gtk+/gtk+3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 1/4] libepoxy: Disable x11 when not building for x11

2019-09-13 Thread Andrew F. Davis via Openembedded-core
Although glx support is turned off, the build still tries to pull in some x11 components, disable x11 explicitly. Signed-off-by: Andrew F. Davis --- meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 4/4] weston: Set depends to the virtual needed not explicitly on Mesa

2019-09-13 Thread Andrew F. Davis via Openembedded-core
The dependency is for EGL and GLES2 libraries. On some systems these are not provided by Mesa, list what is actually needed so the system can choose the correct provider. Signed-off-by: Andrew F. Davis --- meta/recipes-graphics/wayland/weston_7.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+),