From 76fd64f2e5755890fe442d023578e17355a52b20 Mon Sep 17 00:00:00 2001 From: Drew Moseley Date: Thu, 8 May 2014 16:17:41 -0400 Subject: mesa-demos: Specify the lib dir to locate glut libraries (From OE-Core rev: 55ecbebdf13ef46f0fb4d87ef11651fe692be33d) Signed-off-by: Drew Moseley Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-demos/glut.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/mesa/mesa-demos') 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"] + ) -- cgit 1.2.3-korg