diff options
| -rw-r--r-- | meta/recipes-graphics/glew/files/autotools.patch | 4 |
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 | |||
| 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.5.7], [BUG-REPORT-ADDRESS]) | 23 | +AC_INIT([glew], [1.9.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:5:7]) | 80 | +AC_SUBST([LIBGLEW_SO_VERSION], [1:9:0]) |
| 81 | + | 81 | + |
| 82 | +AC_CONFIG_FILES([Makefile | 82 | +AC_CONFIG_FILES([Makefile |
| 83 | + include/Makefile | 83 | + include/Makefile |
