diff options
author | Drew Moseley <drew_moseley@mentor.com> | 2014-05-08 16:17:41 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-11 12:26:36 +0100 |
commit | 55ecbebdf13ef46f0fb4d87ef11651fe692be33d (patch) | |
tree | 6a632695354a38a4eb2af0ee07c709aa78d286fd /meta/recipes-graphics/mesa/mesa-demos | |
parent | 91edf4cac223298e50a4b8e59dd19f1b272e3418 (diff) | |
download | openembedded-core-55ecbebdf13ef46f0fb4d87ef11651fe692be33d.tar.gz openembedded-core-55ecbebdf13ef46f0fb4d87ef11651fe692be33d.tar.bz2 openembedded-core-55ecbebdf13ef46f0fb4d87ef11651fe692be33d.zip |
mesa-demos: Specify the lib dir to locate glut libraries
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-demos')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-demos/glut.patch | 2 |
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"] + ) |