mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
Bump minimum xorg-server requirement to 1.7
This means we can also drop support for pre-ABI v7. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
committed by
Peter Hutterer
parent
05fb9b5f24
commit
299a44cd20
@@ -54,7 +54,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, [xorg-server >= 1.6] xproto inputproto $REQUIRED_MODULES)
|
||||
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.7] 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