diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-16 15:19:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-18 07:39:21 +0000 |
commit | 50e14c5db88bd523b8b4112476d88b230811393d (patch) | |
tree | 9a672802d7f638180cab5d05c8584d5604462799 /meta/recipes-graphics/glew | |
parent | 17cdfcb742f989af9af821d4a4517e7068ae5ad9 (diff) | |
download | openembedded-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>
Diffstat (limited to 'meta/recipes-graphics/glew')
-rw-r--r-- | meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch | 2 |
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 70a99aeeeeb..fea071d1e05 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 |