From c09e52d10e3bdc6af8c72757ce17527fef6143a3 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 19 May 2024 09:33:41 -0700 Subject: Remove XAA support Mostly done via unifdef -UHAVE_XAA_H, followed by minor manual editing Since recent commits require xserver-1.18.0 or later to build against, there's no reason leaving behind big chunks of code that can only build against the XAA support removed in xserver-1.13.0 (released in 2012). Signed-off-by: Alan Coopersmith Part-of: --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 39bc4ad..e71ba6c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,7 +33,6 @@ apm_drv_ladir = @moduledir@/drivers apm_drv_la_SOURCES = \ compat-api.h \ - apm_accel.c \ apm_cursor.c \ apm_dga.c \ apm_driver.c \ -- cgit v1.2.3