aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glew/files
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-07-29 10:49:53 +0300
committerSaul Wold <sgw@linux.intel.com>2013-08-02 08:01:39 -0700
commit7c5c2f554cdfd68133dca73ddfe3f023744e984d (patch)
treea0251225c05fc4683acf6644d5aef1247a7bc792 /meta/recipes-graphics/glew/files
parent6954a68efe0e33dc8e77adbbba267aa20be7e4b0 (diff)
downloadopenembedded-core-contrib-7c5c2f554cdfd68133dca73ddfe3f023744e984d.tar.gz
glew: upgrade to 1.10.0
rebased patches Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/glew/files')
-rw-r--r--meta/recipes-graphics/glew/files/fix-glew.pc-install.patch23
1 files changed, 12 insertions, 11 deletions
diff --git a/meta/recipes-graphics/glew/files/fix-glew.pc-install.patch b/meta/recipes-graphics/glew/files/fix-glew.pc-install.patch
index 5b6a94e471..9cbc0a95aa 100644
--- a/meta/recipes-graphics/glew/files/fix-glew.pc-install.patch
+++ b/meta/recipes-graphics/glew/files/fix-glew.pc-install.patch
@@ -6,21 +6,21 @@ Upstream-Status: Inappropriate
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-Index: glew-1.9.0/Makefile.am
+Index: glew-1.10.0/Makefile.am
===================================================================
---- glew-1.9.0.orig/Makefile.am
-+++ glew-1.9.0/Makefile.am
+--- glew-1.10.0.orig/Makefile.am
++++ glew-1.10.0/Makefile.am
@@ -3,3 +3,5 @@ ACLOCAL_AMFLAGS = -I m4 --install
SUBDIRS = include src
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = glew.pc
-Index: glew-1.9.0/configure.ac
+Index: glew-1.10.0/configure.ac
===================================================================
---- glew-1.9.0.orig/configure.ac
-+++ glew-1.9.0/configure.ac
-@@ -66,5 +66,6 @@ AC_SUBST([LIBGLEW_SO_VERSION], [1:5:7])
+--- glew-1.10.0.orig/configure.ac
++++ glew-1.10.0/configure.ac
+@@ -66,5 +66,6 @@ AC_SUBST([LIBGLEW_SO_VERSION], [1:9:0])
AC_CONFIG_FILES([Makefile
include/Makefile
@@ -28,11 +28,11 @@ Index: glew-1.9.0/configure.ac
+ src/Makefile
+ glew.pc])
AC_OUTPUT
-Index: glew-1.9.0/glew.pc.in
+Index: glew-1.10.0/glew.pc.in
===================================================================
---- glew-1.9.0.orig/glew.pc.in
-+++ glew-1.9.0/glew.pc.in
-@@ -5,6 +5,6 @@ includedir=@includedir@
+--- glew-1.10.0.orig/glew.pc.in
++++ glew-1.10.0/glew.pc.in
+@@ -5,7 +5,7 @@ includedir=@includedir@
Name: glew
Description: The OpenGL Extension Wrangler library
@@ -42,3 +42,4 @@ Index: glew-1.9.0/glew.pc.in
+Version: @VERSION@
+Cflags: -I${includedir} @CFLAGS@
+Libs: -L${libdir} -lGLEW
+ Requires: glu