diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-11-23 07:30:51 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-11-23 12:45:11 -0800 |
commit | 27f98afc2f7039f8546d6cab5a72f609c72299d6 (patch) | |
tree | 854b37ce53c4b208279cb80b0c15860e2b6fd721 /configure.ac | |
parent | 11738b2af0d8bfcf5b2f7c0d3e6ade1a14866b94 (diff) |
Release libxcb 1.01.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0d2a11f..b400f03 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.57) AC_INIT([libxcb], - 0.9.93, + 1.0, [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xcb.pc.in]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) @@ -30,7 +30,7 @@ fi AC_SUBST(HTML_CHECK_RESULT) # Checks for pkg-config packages -PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 0.9.93) +PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.0) NEEDED="xau pthread-stubs" PKG_CHECK_MODULES(NEEDED, $NEEDED) |