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:29 +0000
commit7e5b45146242b5cccd0a1649f525555488f2e1c7 (patch)
treea3ae3d1a77893f3bf1526e43d6b21a32d5fd4103
parentb1145cc503b00d84999c4ab933c025762653f7bc (diff)
downloadopenembedded-core-contrib-7e5b45146242b5cccd0a1649f525555488f2e1c7.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. (From OE-Core rev: 50e14c5db88bd523b8b4112476d88b230811393d) 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