diff options
author | Matt Turner <mattst88@gmail.com> | 2023-08-16 16:08:46 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2023-08-16 16:18:09 -0400 |
commit | 1519334652837cb7b2a8f8117628ea3cc744f7cb (patch) | |
tree | bb1f339ce0b0d0d3b0abb5a0eca0b96669e35b57 | |
parent | 038636786ad1914f3daf3503ae9611f40dffbb8f (diff) |
configure.ac: Require xcb-proto >= 1.16.0
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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*) ;; |