From 50e14c5db88bd523b8b4112476d88b230811393d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 16 Feb 2016 15:19:27 +0000 Subject: 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 --- 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 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 -- cgit 1.2.3-korg