diff options
-rw-r--r-- | meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch | 3 |
1 files changed, 2 insertions, 1 deletions
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 a20fbfce00..70a99aeeee 100644 --- a/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch +++ b/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch @@ -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 |