summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-demos/glut.patch
diff options
context:
space:
mode:
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 2ca5a938ac..84b6d4f7f3 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
27- [glutInit], 27- [glutInit],
28- [], 28- [],
29- [glut_enabled=no]) 29- [glut_enabled=no])
30+ GLUT_LIBS="-L$withval -lglut"], 30+ GLUT_LIBS="-L$withval/lib -lglut"],
31+ [GLUT_CFLAGS="" 31+ [GLUT_CFLAGS=""
32+ GLUT_LIBS="-lglut"] 32+ GLUT_LIBS="-lglut"]
33+ ) 33+ )