mirror of
https://github.com/X11Libre/xf86-input-void.git
synced 2026-03-24 01:24:08 +00:00
bump minimal xorg version to 1.18
1.18 was released a decade ago, so it seems reasonable stop supporting older ones. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
e131b460ea
commit
609268ee0c
@@ -57,7 +57,7 @@ inputdir=${moduledir}/input
|
||||
AC_SUBST(inputdir)
|
||||
|
||||
# Checks for pkg-config packages
|
||||
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.9.99.1] xproto)
|
||||
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.18] xproto)
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
src/Makefile
|
||||
|
||||
Reference in New Issue
Block a user