diff options
author | Adam Jackson <ajax@redhat.com> | 2008-04-18 19:56:41 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-04-18 19:56:41 -0400 |
commit | a7503615a6893749d512f75d37646273f31b9dbf (patch) | |
tree | b7875e4a67a67c7d1d41964e4f99a05e0c0fffc2 /Xext/Makefile.am | |
parent | 4da9ec16e9725ebb9817b49e33ea1035b6aff09a (diff) |
Death to TOG-CUP.
If you still care about 8bpp visuals that much, fix Composite to provide
synthetic visuals.
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 9e35ae185..b03fedaa3 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -104,13 +104,6 @@ if XPRINT BUILTIN_SRCS += $(XPRINT_SRCS) endif -# Colormap Utilization Protocol: Less flashing when switching between -# PsuedoColor apps and better sharing of limited colormap slots -CUP_SRCS = cup.c -if CUP -MODULE_SRCS += $(CUP_SRCS) -endif - # Multi-buffering extension MULTIBUFFER_SRCS = mbuf.c EXTRA_MULTIBUFFER_SRCS = mbufbf.c mbufpx.c @@ -157,7 +150,6 @@ EXTRA_DIST = \ $(XINERAMA_SRCS) \ $(XEVIE_SRCS) \ $(XPRINT_SRCS) \ - $(CUP_SRCS) \ $(MULTIBUFFER_SRCS) \ $(EXTRA_MULTIBUFFER_SRCS) \ $(FONTCACHE_SRCS) \ |