aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-demos/glut.patch
diff options
context:
space:
mode:
authorDrew Moseley <drew_moseley@mentor.com>2014-05-08 16:17:41 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-29 13:42:10 +0100
commit359a3317684cdd61b35bf569b0b65148e89abe12 (patch)
tree02035f2d8a842869965ba5c380e6029a484bfc61 /meta/recipes-graphics/mesa/mesa-demos/glut.patch
parentf9f2f347571b0c15813354de1a2ce275c878b7fb (diff)
downloadopenembedded-core-contrib-359a3317684cdd61b35bf569b0b65148e89abe12.tar.gz
mesa-demos: Specify the lib dir to locate glut libraries
(From OE-Core rev: 55ecbebdf13ef46f0fb4d87ef11651fe692be33d) Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-demos/glut.patch')
-rw-r--r--meta/recipes-graphics/mesa/mesa-demos/glut.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos/glut.patch b/meta/recipes-graphics/mesa/mesa-demos/glut.patch
index 84b6d4f7f3..2ca5a938ac 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"]
+ )