[Xcb-commit] libxcb: 2 commits - configure.ac

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 16 20:18:16 UTC 2023


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cc4b93c9cd93bad15b7106747b0213e4b9c53a1c
Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Aug 16 16:09:50 2023 -0400

    libxcb 1.16
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

diff --git a/configure.ac b/configure.ac
index 028fe3d..4eb3e88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libxcb],[1.15],
+AC_INIT([libxcb],[1.16],
         [https://gitlab.freedesktop.org/xorg/lib/libxcb/issues],
         [libxcb])
 AC_CONFIG_AUX_DIR([build-aux])
commit 1519334652837cb7b2a8f8117628ea3cc744f7cb
Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Aug 16 16:08:46 2023 -0400

    configure.ac: Require xcb-proto >= 1.16.0
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

diff --git a/configure.ac b/configure.ac
index e4a0376..028fe3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ fi
 AC_SUBST(HTML_CHECK_RESULT)
 
 # Checks for pkg-config packages
-PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.15.1)
+PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.16.0)
 NEEDED="xau >= 0.99.2"
 case $host_os in
 linux*|darwin*|solaris*|dragonfly*|freebsd*) ;;


More information about the xcb-commit mailing list