diff options
author | Povilas Kanapickas <povilas@radix.lt> | 2021-09-15 19:27:50 +0300 |
---|---|---|
committer | Povilas Kanapickas <povilas@radix.lt> | 2021-09-15 19:27:50 +0300 |
commit | dd9a260b29c50be90e92048b0e067456ff18675e (patch) | |
tree | 8853b0bdccc4f2e8c8f09b3147cb12ac31216f60 | |
parent | a761ae5119b1460068d6f62219c4e2705ef20814 (diff) |
Bump the requirement of inputproto to 2.3.99.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1b8759a..902d0b5 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ XORG_WITH_ASCIIDOC(8.4.5) XORG_CHECK_MALLOC_ZERO # Obtain compiler/linker options for dependencies -PKG_CHECK_MODULES(XI, [xproto >= 7.0.13] [x11 >= 1.6] [xextproto >= 7.0.3] [xext >= 1.0.99.1] [inputproto >= 2.2.99.1]) +PKG_CHECK_MODULES(XI, [xproto >= 7.0.13] [x11 >= 1.6] [xextproto >= 7.0.3] [xext >= 1.0.99.1] [inputproto >= 2.3.99.1]) # CFLAGS only for PointerBarrier typedef PKG_CHECK_MODULES(XFIXES, [xfixes >= 5]) |