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 16:14:31 +01:00
parent 17049a0f19
commit 92592c9e75

View File

@@ -71,7 +71,7 @@ PKG_CHECK_EXISTS(xfont2,
[xfont_pc=xfont])
# Obtain compiler/linker options for the driver dependencies
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.18] xproto fontsproto $xfont_pc $REQUIRED_MODULES)
PKG_CHECK_MODULES(XORG, [xorg-server >= 25.0.0] xproto fontsproto $xfont_pc $REQUIRED_MODULES)
AC_ARG_ENABLE(kms,
AS_HELP_STRING([--disable-kms],