summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-14 17:44:37 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-14 17:44:42 -0700
commit82331693c414f5661a3b67c9f618b497a686f743 (patch)
tree42806e55598453c0baf9bd5e75fd2aba6fe92f0d /configure.ac
parent525e7c3eb2eda75bb3f829896c41c46cb5a47019 (diff)
Raise minimum supported Xserver version to 1.18 (ABI_XINPUT_VERSION 22.1)
Already effectively required by use of XNFcallocarray() introduced in xorg/xserver@b96dc999 - xserver-1.18.0, released in Nov. 2015. Allows dropping remnants of code for XAA and pre-pciaccess X servers Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-nested/-/merge_requests/6>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 50b38af..f5be789 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AC_SUBST(moduledir)
#XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
# Obtain compiler/linker options for the driver dependencies
-PKG_CHECK_MODULES(XORG, xorg-server xproto $REQUIRED_MODULES)
+PKG_CHECK_MODULES(XORG, xorg-server >= 1.18 xproto $REQUIRED_MODULES)
# Checks for libraries.
PKG_CHECK_MODULES(X11, x11)