summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-19 09:33:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-19 09:35:41 -0700
commitc09e52d10e3bdc6af8c72757ce17527fef6143a3 (patch)
treec602325801b8d4bdc3e447cbafed6b7bbf976bf5 /src/Makefile.am
parent0d1874d2eb9a5daf85b323f093e079d825436195 (diff)
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 <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-apm/-/merge_requests/7>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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 \