summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/glew/glew/autotools.patch4
-rw-r--r--meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/glew/glew/autotools.patch b/meta/recipes-graphics/glew/glew/autotools.patch
index 7dfe087d52..81a1343a5f 100644
--- a/meta/recipes-graphics/glew/glew/autotools.patch
+++ b/meta/recipes-graphics/glew/glew/autotools.patch
@@ -20,7 +20,7 @@ Index: glew/configure.ac
20+# Process this file with autoconf to produce a configure script. 20+# Process this file with autoconf to produce a configure script.
21+ 21+
22+AC_PREREQ([2.62]) 22+AC_PREREQ([2.62])
23+AC_INIT([glew], [1.9.0], [BUG-REPORT-ADDRESS]) 23+AC_INIT([glew], [1.12.0], [BUG-REPORT-ADDRESS])
24+AC_CONFIG_SRCDIR([src/glew.c]) 24+AC_CONFIG_SRCDIR([src/glew.c])
25+AC_CONFIG_HEADERS([config.h]) 25+AC_CONFIG_HEADERS([config.h])
26+AM_INIT_AUTOMAKE([-Wall -Werror foreign]) 26+AM_INIT_AUTOMAKE([-Wall -Werror foreign])
@@ -77,7 +77,7 @@ Index: glew/configure.ac
77+# for now we use the same version as the package, but that should be avoided 77+# for now we use the same version as the package, but that should be avoided
78+# in the future 78+# in the future
79+ 79+
80+AC_SUBST([LIBGLEW_SO_VERSION], [1:9:0]) 80+AC_SUBST([LIBGLEW_SO_VERSION], [1:12:0])
81+ 81+
82+AC_CONFIG_FILES([Makefile 82+AC_CONFIG_FILES([Makefile
83+ include/Makefile 83+ include/Makefile
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 70a99aeeee..baab9ff68d 100644
--- a/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
+++ b/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
@@ -20,7 +20,7 @@ Index: glew-1.11.0/configure.ac
20=================================================================== 20===================================================================
21--- glew-1.11.0.orig/configure.ac 21--- glew-1.11.0.orig/configure.ac
22+++ glew-1.11.0/configure.ac 22+++ glew-1.11.0/configure.ac
23@@ -66,5 +66,6 @@ AC_SUBST([LIBGLEW_SO_VERSION], [1:9:0]) 23@@ -66,5 +66,6 @@ AC_SUBST([LIBGLEW_SO_VERSION], [1:12:0])
24 24
25 AC_CONFIG_FILES([Makefile 25 AC_CONFIG_FILES([Makefile
26 include/Makefile 26 include/Makefile