Re: [OE-core] [PATCH] gtk+3: libgl has multiple providers

2017-04-18 Thread Burton, Ross
On 18 April 2017 at 20:28, Trevor Woerner wrote: > -PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,libgl" > +PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,virtual/libgl" > That's the runtime dependency not build time, so virtual/libgl is wrong. Mesa for example generates packages called l

[OE-core] [PATCH] gtk+3: libgl has multiple providers

2017-04-18 Thread Trevor Woerner
The libgl can be satisfied by a set of libgl providers, therefore set the dependency to virtual/libgl. Signed-off-by: Trevor Woerner --- meta/recipes-gnome/gtk+/gtk+3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/g