mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-23 17:29:11 +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:
@@ -58,7 +58,7 @@ m4_ifndef([XORG_DRIVER_CHECK_EXT],
|
||||
XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
|
||||
|
||||
# Obtain compiler/linker options for the Synaptics driver dependencies
|
||||
PKG_CHECK_MODULES(XORG, [inputproto >= 2.1.99.3] [xorg-server >= 1.18] xproto inputproto $REQUIRED_MODULES)
|
||||
PKG_CHECK_MODULES(XORG, [inputproto >= 2.1.99.3] [xorg-server >= 25.0.0] xproto inputproto $REQUIRED_MODULES)
|
||||
|
||||
# X Server SDK location is required to install Synaptics header files
|
||||
# This location is also relayed in the xorg-synaptics.pc file
|
||||
|
||||
Reference in New Issue
Block a user