[OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-23 Thread Adrian Bunk
opengl is optional. x11 can be replaced with wayland. Signed-off-by: Adrian Bunk --- meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb index

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-24 Thread Richard Purdie
On Sun, 2020-02-23 at 20:29 +0200, Adrian Bunk wrote: > opengl is optional. > x11 can be replaced with wayland. > > Signed-off-by: Adrian Bunk > --- > meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-sato/webkit/w

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-24 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 09:17:56AM +, Richard Purdie wrote: > On Sun, 2020-02-23 at 20:29 +0200, Adrian Bunk wrote: > > opengl is optional. > > x11 can be replaced with wayland. > > > > Signed-off-by: Adrian Bunk > > --- > > meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 2 +- > > 1 file cha

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-24 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 12:46:35PM +0200, Adrian Bunk wrote: > On Mon, Feb 24, 2020 at 09:17:56AM +, Richard Purdie wrote: > > On Sun, 2020-02-23 at 20:29 +0200, Adrian Bunk wrote: > > > opengl is optional. > > > x11 can be replaced with wayland. > > > > > > Signed-off-by: Adrian Bunk > > > -

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-24 Thread Alexander Kanavin
On Mon, 24 Feb 2020 at 15:08, Adrian Bunk wrote: > Alexander, wayland support in webkitgtk requires mesa built with x11 > support (otherwise gl.pc is not available). Can you provide links where this happens please? Specifically, where mesa makes that decision, and where webkit asks for that fil

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-24 Thread Alexander Kanavin
On Mon, 24 Feb 2020 at 15:08, Adrian Bunk wrote: > > Alexander, wayland support in webkitgtk requires mesa built with x11 > support (otherwise gl.pc is not available). > I had a look; I'm not sure I understood the options correctly, but the issue is due to this: ${@bb.utils.c

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-25 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 10:45:33PM +0100, Alexander Kanavin wrote: > On Mon, 24 Feb 2020 at 15:08, Adrian Bunk wrote: > > > Alexander, wayland support in webkitgtk requires mesa built with x11 > > support (otherwise gl.pc is not available). > > I had a look; I'm not sure I understood the options

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-25 Thread Alexander Kanavin
I would probably look into how REQUIRED_DISTRO_FEATURE/ANY_OF_DISTRO_FEATURS is actually implemented, and see if you can convince it to do the right thing, or maybe write a custom re-implementation. Alex On Tue, 25 Feb 2020 at 12:19, Adrian Bunk wrote: > On Mon, Feb 24, 2020 at 10:45:33PM +0100

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-25 Thread Adrian Bunk
On Tue, Feb 25, 2020 at 12:32:55PM +0100, Alexander Kanavin wrote: > I would probably look into how > REQUIRED_DISTRO_FEATURE/ANY_OF_DISTRO_FEATURS is actually implemented, and > see if you can convince it to do the right thing, or maybe write a custom > re-implementation. I did already check meta

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-25 Thread Martin Jansa
On Tue, Feb 25, 2020 at 02:38:07PM +0200, Adrian Bunk wrote: > On Tue, Feb 25, 2020 at 12:32:55PM +0100, Alexander Kanavin wrote: > > I would probably look into how > > REQUIRED_DISTRO_FEATURE/ANY_OF_DISTRO_FEATURS is actually implemented, and > > see if you can convince it to do the right thing, o

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-26 Thread Adrian Bunk
On Tue, Feb 25, 2020 at 01:46:27PM +0100, Martin Jansa wrote: > On Tue, Feb 25, 2020 at 02:38:07PM +0200, Adrian Bunk wrote: > > On Tue, Feb 25, 2020 at 12:32:55PM +0100, Alexander Kanavin wrote: > > > I would probably look into how > > > REQUIRED_DISTRO_FEATURE/ANY_OF_DISTRO_FEATURS is actually im