The pkgconfig file doesn't need to know what CFLAGS we're using to build with.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 70a99ae..fea071d 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 -- 2.7.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
