mirror of
https://github.com/X11Libre/xf86-video-nested.git
synced 2026-03-24 01:24:18 +00:00
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:
@@ -52,7 +52,7 @@ AC_ARG_WITH(xorg-module-dir,
|
||||
AC_SUBST(moduledir)
|
||||
|
||||
# Obtain compiler/linker options for the driver dependencies
|
||||
PKG_CHECK_MODULES(XORG, xorg-server >= 1.18 xproto $REQUIRED_MODULES)
|
||||
PKG_CHECK_MODULES(XORG, xorg-server >= 25.0.0 xproto $REQUIRED_MODULES)
|
||||
|
||||
# Checks for libraries.
|
||||
PKG_CHECK_MODULES(X11, x11)
|
||||
|
||||
Reference in New Issue
Block a user