]> code.ossystems Code Review - openembedded-core.git/commitdiff
glew: Additional fix for generation of glew.pc.
authorDrew Moseley <drew_moseley@mentor.com>
Thu, 27 Nov 2014 00:49:54 +0000 (19:49 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Dec 2014 17:42:46 +0000 (17:42 +0000)
Without this fix, building mesa-demos with the glew
PACKAGECONFIG will result in errors like the below
being logged in tmp/work/*/mesa-demos/*/build/config.log:

    configure:16529: checking for GLEW
    configure:16536: $PKG_CONFIG --exists --print-errors "glew >= 1.5.4"
    Package @requireslib@ was not found in the pkg-config search path.
    Perhaps you should add the directory containing `@requireslib@.pc'
    to the PKG_CONFIG_PATH environment variable
    Package '@requireslib@', required by 'glew', not found
    configure:16539: $? = 1

Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch

index a20fbfce00a43df37aa7d4bf06b7e02603ea86e4..70a99aeeeeb12aeb0b3789a1aa9cfcd23c267760 100644 (file)
@@ -39,7 +39,8 @@ Index: glew-1.11.0/glew.pc.in
 -Version: @version@
 -Cflags: -I${includedir} @cflags@
 -Libs: -L${libdir} -l@libname@
+-Requires: @requireslib@
 +Version: @VERSION@
 +Cflags: -I${includedir} @CFLAGS@
 +Libs: -L${libdir} -lGLEW
- Requires: @requireslib@
++Requires: glu