Re: [OE-core] [PATCH 4/4] cairo: Add pkgconfig for opengl support

2017-08-09 Thread Khem Raj
On Wed, Aug 9, 2017 at 11:24 AM, Andre McCurdy wrote: > On Wed, Aug 9, 2017 at 11:11 AM, Khem Raj wrote: >> On 8/9/17 8:41 AM, Andre McCurdy wrote: >>> On Wed, Aug 9, 2017 at 7:19 AM, Khem Raj wrote: Signed-off-by: Khem Raj

Re: [OE-core] [PATCH 4/4] cairo: Add pkgconfig for opengl support

2017-08-09 Thread Andre McCurdy
On Wed, Aug 9, 2017 at 11:11 AM, Khem Raj wrote: > On 8/9/17 8:41 AM, Andre McCurdy wrote: >> On Wed, Aug 9, 2017 at 7:19 AM, Khem Raj wrote: >>> Signed-off-by: Khem Raj >> >> Any explanation? Was this previously non-deterministic? If

Re: [OE-core] [PATCH 4/4] cairo: Add pkgconfig for opengl support

2017-08-09 Thread Khem Raj
On Wed, Aug 9, 2017 at 11:16 AM, Burton, Ross wrote: > Breaks the no-x11 builder: > https://autobuilder.yoctoproject.org/main/builders/nightly-no-x11/builds/543/steps/BuildImages/logs/stdio > yes I was expecting that > Ross > > On 9 August 2017 at 19:11, Khem Raj

Re: [OE-core] [PATCH 4/4] cairo: Add pkgconfig for opengl support

2017-08-09 Thread Burton, Ross
Breaks the no-x11 builder: https://autobuilder.yoctoproject.org/main/builders/nightly-no-x11/builds/543/steps/BuildImages/logs/stdio Ross On 9 August 2017 at 19:11, Khem Raj wrote: > On 8/9/17 8:41 AM, Andre McCurdy wrote: > > On Wed, Aug 9, 2017 at 7:19 AM, Khem Raj

Re: [OE-core] [PATCH 4/4] cairo: Add pkgconfig for opengl support

2017-08-09 Thread Khem Raj
On 8/9/17 8:41 AM, Andre McCurdy wrote: > On Wed, Aug 9, 2017 at 7:19 AM, Khem Raj wrote: >> Signed-off-by: Khem Raj > > Any explanation? Was this previously non-deterministic? If so, how far > back does the problem go? it isnt non-deterministic atleast

Re: [OE-core] [PATCH 4/4] cairo: Add pkgconfig for opengl support

2017-08-09 Thread Andre McCurdy
On Wed, Aug 9, 2017 at 7:19 AM, Khem Raj wrote: > Signed-off-by: Khem Raj Any explanation? Was this previously non-deterministic? If so, how far back does the problem go? > --- > meta/recipes-graphics/cairo/cairo.inc | 4 +++- > 1 file changed, 3

[OE-core] [PATCH 4/4] cairo: Add pkgconfig for opengl support

2017-08-09 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-graphics/cairo/cairo.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index 8e1e2e1b88..fd376951bd 100644 ---