All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glew: don't put our CFLAGS into the pkgconfig file
@ 2016-02-16 15:19 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2016-02-16 15:19 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-16 15:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-16 15:19 [PATCH] glew: don't put our CFLAGS into the pkgconfig file Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.