From 6c0df666f83c10a1ad11277263687760357857b7 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 12 May 2024 11:30:30 -0700 Subject: Raise minimum supported Xserver version from 1.4 to 1.18 Recent commits have unconditionally used API's introduced in newer versions: - XNFasprintf() introduced in xorg/xserver@c95c1d33 - xserver-1.10.0 - XNFcallocarray() introduced in xorg/xserver@b96dc999 - xserver-1.18.0 Signed-off-by: Alan Coopersmith Part-of: --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a35cd19..bb17ae9 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ XORG_DRIVER_CHECK_EXT(XV, videoproto) XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto) # Obtain compiler/linker options for the driver dependencies -PKG_CHECK_MODULES(XORG, [xorg-server >= 1.4 xproto fontsproto $REQUIRED_MODULES]) +PKG_CHECK_MODULES(XORG, [xorg-server >= 1.18 xproto fontsproto $REQUIRED_MODULES]) PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1], HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]), HAVE_XEXTPROTO_71="no") -- cgit v1.2.3