summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glew
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/glew')
-rw-r--r--meta/recipes-graphics/glew/files/autotools.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/glew/files/autotools.patch b/meta/recipes-graphics/glew/files/autotools.patch
index e499594137..7dfe087d52 100644
--- a/meta/recipes-graphics/glew/files/autotools.patch
+++ b/meta/recipes-graphics/glew/files/autotools.patch
@@ -20,7 +20,7 @@ Index: glew/configure.ac
+# Process this file with autoconf to produce a configure script.
+
+AC_PREREQ([2.62])
-+AC_INIT([glew], [1.5.7], [BUG-REPORT-ADDRESS])
++AC_INIT([glew], [1.9.0], [BUG-REPORT-ADDRESS])
+AC_CONFIG_SRCDIR([src/glew.c])
+AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign])
@@ -77,7 +77,7 @@ Index: glew/configure.ac
+# for now we use the same version as the package, but that should be avoided
+# in the future
+
-+AC_SUBST([LIBGLEW_SO_VERSION], [1:5:7])
++AC_SUBST([LIBGLEW_SO_VERSION], [1:9:0])
+
+AC_CONFIG_FILES([Makefile
+ include/Makefile