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:29 +0000 |
commit | 7e5b45146242b5cccd0a1649f525555488f2e1c7 (patch) | |
tree | a3ae3d1a77893f3bf1526e43d6b21a32d5fd4103 /meta/recipes-graphics | |
parent | b1145cc503b00d84999c4ab933c025762653f7bc (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-graphics')
-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 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 |