configure.ac: increase minimum xserver version to 25.0.0

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-19 15:58:46 +01:00
parent f7f489b8ac
commit f97fd16e6a

View File

@@ -43,7 +43,7 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Obtain compiler/linker options from server and required extensions
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.18] xproto inputproto)
PKG_CHECK_MODULES(XORG, [xorg-server >= 25.0.0] xproto inputproto)
# Define a configure option for an alternate input module directory
PKG_PROG_PKG_CONFIG([0.25])