aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-16 15:19:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-18 07:39:21 +0000
commit50e14c5db88bd523b8b4112476d88b230811393d (patch)
tree9a672802d7f638180cab5d05c8584d5604462799
parent17cdfcb742f989af9af821d4a4517e7068ae5ad9 (diff)
downloadopenembedded-core-contrib-50e14c5db88bd523b8b4112476d88b230811393d.tar.gz
glew: don't put our CFLAGS into the pkgconfig file
The pkgconfig file doesn't need to know what CFLAGS we're using to build with. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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
-Libs: -L${libdir} -l@libname@
-Requires: @requireslib@
+Version: @VERSION@
-+Cflags: -I${includedir} @CFLAGS@
++Cflags: -I${includedir}
+Libs: -L${libdir} -lGLEW
+Requires: glu