diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-05-19 11:53:22 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-05-19 12:01:39 -0700 |
commit | 6100635debdda392ca420e87c5b0d70bd22dfed8 (patch) | |
tree | ff43e16a6b8507ce0f3fe006babc371423e28c06 /src/Makefile.am | |
parent | 9d9b53bc8cb3ed4a5630d6b4dd23603d4d431cb5 (diff) |
Remove XAA supportmaster
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-sunffb/-/merge_requests/8>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f0aef2c..91464fd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,7 +34,6 @@ endif sunffb_drv_la_SOURCES = \ compat-api.h \ - ffb_accel.c \ ffb_attr.c \ ffb_cursor.c \ ffb_dac.c \ |