diff options
author | Matt Turner <mattst88@gmail.com> | 2024-04-12 12:35:32 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-04-15 14:53:31 +0000 |
commit | 4574ab269b082bf412e1b6fb5f09daf8134acd0b (patch) | |
tree | f4c8def4d506b1d8ddabd2c4e78ee132479fdc41 | |
parent | b78d304531bfe2359baf40db06099d9158d398d4 (diff) |
configure.ac: Require xcb-proto >= 1.17.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 7b95e39..04e254f 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ fi AC_SUBST(HTML_CHECK_RESULT) # Checks for pkg-config packages -PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.16.0) +PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.17.0) NEEDED="xau >= 0.99.2" case $host_os in linux*|darwin*|solaris*|dragonfly*|freebsd*|netbsd*) ;; |