Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] mesa-demos: Specify the lib dir to locate glut libraries
@ 2014-05-08 20:17 Drew Moseley
  2014-05-10  6:33 ` Khem Raj
  2014-05-12 16:34 ` Drew Moseley
  0 siblings, 2 replies; 11+ messages in thread
From: Drew Moseley @ 2014-05-08 20:17 UTC (permalink / raw)
  To: openembedded-core

From: Drew Moseley <drew_moseley@mentor.com>

Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
---
 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/recipes-graphics/mesa/mesa-demos/glut.patch
index 84b6d4f..2ca5a93 100644
--- a/meta/recipes-graphics/mesa/mesa-demos/glut.patch
+++ b/meta/recipes-graphics/mesa/mesa-demos/glut.patch
@@ -27,7 +27,7 @@ Index: mesa-demos-8.0.1/configure.ac
 -		[glutInit],
 -		[],
 -		[glut_enabled=no])
-+	 GLUT_LIBS="-L$withval/lib -lglut"],
++	 GLUT_LIBS="-L$withval -lglut"],
 +	[GLUT_CFLAGS=""
 +	 GLUT_LIBS="-lglut"]
 +        )
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..211df3b 100644
--- a/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb
+++ b/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb
@@ -33,7 +33,7 @@ PACKAGECONFIG[freetype2] = "--enable-freetype2,--disable-freetype2,freetype"
 PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/libgl"
 PACKAGECONFIG[gles1] = "--enable-gles1,--disable-gles1,virtual/libgles1"
 PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2"
-PACKAGECONFIG[glut] = "--with-glut,--without-glut,"
+PACKAGECONFIG[glut] = "--with-glut=${STAGING_LIBDIR},--without-glut,"
 PACKAGECONFIG[osmesa] = "--enable-osmesa,--disable-osmesa,"
 PACKAGECONFIG[vg] = "--enable-vg,--disable-vg,virtual/libvg"
 PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,virtual/libgl wayland"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-05-12 22:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08 20:17 [PATCH] mesa-demos: Specify the lib dir to locate glut libraries Drew Moseley
2014-05-10  6:33 ` Khem Raj
2014-05-12 14:40   ` Drew Moseley
2014-05-12 15:06     ` Burton, Ross
2014-05-12 15:28       ` Drew Moseley
2014-05-12 16:34 ` Drew Moseley
2014-05-12 16:53   ` Drew Moseley
2014-05-12 18:19   ` Saul Wold
2014-05-12 20:10     ` [PATCH] mesa-demos: Specify the lib dir properly \Drew Moseley
2014-05-12 21:42       ` Richard Purdie
2014-05-12 22:26         ` Drew Moseley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox