From: Ross Burton Date: Tue, 16 Feb 2016 15:19:27 +0000 (+0000) Subject: glew: don't put our CFLAGS into the pkgconfig file X-Git-Tag: 2016-4~843 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=50e14c5db88bd523b8b4112476d88b230811393d;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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