Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Saul Wold
On 05/12/2014 09:34 AM, Drew Moseley wrote: From: Drew Moseley Signed-off-by: Drew Moseley --- meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb b/meta/recipes-graphics/mesa/m

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
On May 12, 2014, at 12:34 PM, Drew Moseley wrote: > From: Drew Moseley > > Signed-off-by: Drew Moseley Not sure why "git send-email" dropped the V2 that I thought I put into the subject but for clarity this patch completely replaces my earlier one. The modification of glut.patch is no longer

[OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
From: Drew Moseley Signed-off-by: Drew Moseley --- meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb index d6e6fbc..7cda19e 100644

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
On May 12, 2014, at 11:06 AM, Burton, Ross wrote: > On 12 May 2014 15:40, Drew Moseley wrote: >>> should this be libdir instead ? >> >> I don't believe so. This is used at compile time to locate the libraries >> and header files. However forcing it here to be the libdir is clearly not >> cor

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Burton, Ross
On 12 May 2014 15:40, Drew Moseley wrote: >> should this be libdir instead ? > > I don't believe so. This is used at compile time to locate the libraries and > header files. However forcing it here to be the libdir is clearly not > correct even though it doesn't seem to break the build. > > I'

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
On May 10, 2014, at 2:33 AM, Khem Raj wrote: > On Thu, May 8, 2014 at 1:17 PM, Drew Moseley wrote: >> +PACKAGECONFIG[glut] = "--with-glut=${STAGING_LIBDIR},--without-glut," > > should this be libdir instead ? I don't believe so. This is used at compile time to locate the libraries and header

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-09 Thread Khem Raj
On Thu, May 8, 2014 at 1:17 PM, Drew Moseley wrote: > +PACKAGECONFIG[glut] = "--with-glut=${STAGING_LIBDIR},--without-glut," should this be libdir instead ? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.ope

[OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-08 Thread Drew Moseley
From: Drew Moseley Signed-off-by: Drew Moseley --- meta/recipes-graphics/mesa/mesa-demos/glut.patch |2 +- meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos/glut.patch b/meta/reci