diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-01-25 23:05:26 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-01-25 23:05:26 +0000 |
commit | 14fdd81614cdd6ef7e01976a43da8b6a3bf8386e (patch) | |
tree | 10fea3a5cf9277ac7910127d17ac8fb5df4969ee /configure.ac | |
parent | 2e28f4104ddf94a8f9a70fe6b2a2a6859ffedc8f (diff) |
Remove xf8_32wid, it's dead code with no maintainer interest. Also remove
cfb24, since xf8_32wid was the only user.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index f1841451c..9473f92b4 100644 --- a/configure.ac +++ b/configure.ac @@ -168,7 +168,6 @@ dnl hw/xfree86/os-support/bus/Makefile.am, among others. dnl --------------------------------------------------------------------------- DEFAULT_INT10="x86emu" use_x86_asm="no" -build_xf8_32wid="yes" dnl Override defaults as needed for specific platforms: @@ -199,7 +198,6 @@ case $host_cpu in esac ;; sparc*) - build_xf8_32wid="yes" # used by sunffb driver xorg_loader_sparcmuldiv="yes" SPARC64_VIDEO=yes BSD_ARCH_SOURCES="sparc64_video.c ioperm_noop.c" @@ -215,8 +213,6 @@ case $host_cpu in ;; esac -AM_CONDITIONAL(BUILD_XF8_32WID, [test x$build_xf8_32wid = xyes]) - dnl BSD *_video.c selection AM_CONDITIONAL(ALPHA_VIDEO, [test "x$ALPHA_VIDEO" = xyes]) AM_CONDITIONAL(ARM_VIDEO, [test "x$ARM_VIDEO" = xyes]) @@ -1524,7 +1520,6 @@ lbx/Makefile mfb/Makefile cfb/Makefile cfb16/Makefile -cfb24/Makefile cfb32/Makefile ilbm/Makefile iplan2p4/Makefile @@ -1584,7 +1579,6 @@ hw/xfree86/xf1bpp/Makefile hw/xfree86/xf4bpp/Makefile hw/xfree86/xf8_16bpp/Makefile hw/xfree86/xf8_32bpp/Makefile -hw/xfree86/xf8_32wid/Makefile hw/xfree86/utils/Makefile hw/xfree86/utils/cvt/Makefile hw/xfree86/utils/gtf/Makefile |