diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 674981551..3ac8f8459 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(src/cairo.h) dnl =========================================================================== # Package version number, (as distinct from shared library version) -CAIRO_VERSION=0.1.22 +CAIRO_VERSION=0.1.23 # libtool shared library version @@ -141,7 +141,7 @@ AC_ARG_ENABLE(gl, [use_gl=$enableval], [use_gl=yes]) if test "x$use_gl" = "xyes"; then - PKG_CHECK_MODULES(GL, glitz >= 0.1.0, [ + PKG_CHECK_MODULES(GL, glitz >= 0.1.2, [ GL_REQUIRES=glitz use_gl=yes], [use_gl="no (requires glitz http://freedesktop.org/software/glitz)"]) fi |