summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch b/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
index 70a99aeeee..fea071d1e0 100644
--- a/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
+++ b/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
@@ -41,6 +41,6 @@ Index: glew-1.11.0/glew.pc.in
41-Libs: -L${libdir} -l@libname@ 41-Libs: -L${libdir} -l@libname@
42-Requires: @requireslib@ 42-Requires: @requireslib@
43+Version: @VERSION@ 43+Version: @VERSION@
44+Cflags: -I${includedir} @CFLAGS@ 44+Cflags: -I${includedir}
45+Libs: -L${libdir} -lGLEW 45+Libs: -L${libdir} -lGLEW
46+Requires: glu 46+Requires: glu