summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-13 15:22:20 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-13 15:22:20 -0700
commitf6ed544a2c98bd4e3b086ce456d90204194d128b (patch)
treed71d17f0271c98b09873f00f283e439d9fccbcd3 /src/Makefile.am
parent6254a73abbc7306b98b493ad4c6f4e448517c70b (diff)
Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
Already effectively required by use of XNFcallocarray() introduced in xorg/xserver@b96dc999 - xserver-1.18.0, released in Nov. 2015. Allows dropping remnants of code for XAA and pre-pciaccess X servers Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-cirrus/-/merge_requests/6>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bc8732d..82e8530 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,13 +42,6 @@ cirrus_drv_la_SOURCES = \
alp_i2c.c \
lg_driver.c \
lg.h \
+ lg_blit.h \
lg_hwcurs.c \
lg_i2c.c
-
-if XAA
-cirrus_drv_la_SOURCES += \
- alp_xaa.c \
- alp_xaam.c \
- lg_xaa.c \
- lg_xaa.h
-endif