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 | |||
39 | -Version: @version@ | 39 | -Version: @version@ |
40 | -Cflags: -I${includedir} @cflags@ | 40 | -Cflags: -I${includedir} @cflags@ |
41 | -Libs: -L${libdir} -l@libname@ | 41 | -Libs: -L${libdir} -l@libname@ |
42 | -Requires: @requireslib@ | ||
42 | +Version: @VERSION@ | 43 | +Version: @VERSION@ |
43 | +Cflags: -I${includedir} @CFLAGS@ | 44 | +Cflags: -I${includedir} @CFLAGS@ |
44 | +Libs: -L${libdir} -lGLEW | 45 | +Libs: -L${libdir} -lGLEW |
45 | Requires: @requireslib@ | 46 | +Requires: glu |