summaryrefslogtreecommitdiff
path: root/fb/Makefile.am
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-04-19 04:06:19 -0400
committerAdam Jackson <ajax@redhat.com>2008-04-19 04:06:19 -0400
commit5bdc4198795ffd011bb07cffe3817e4cded87f60 (patch)
treecdbe2278c99aa79e0deb557db1b13f27c471d4c2 /fb/Makefile.am
parent60ff56050b64183cb6e58f54223c8a3ddc2e704b (diff)
Remove fbpseudocolor
"An experimental pseudocolor emulation layer. Not fully completed, currently only works for 16bpp." That was almost four years ago. It still doesn't work, only one driver even attempts to use it, it contains an ad-hoc implementation of damage, and should really be done up in Composite now anyway.
Diffstat (limited to 'fb/Makefile.am')
-rw-r--r--fb/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/fb/Makefile.am b/fb/Makefile.am
index e34aaba10..2f032380a 100644
--- a/fb/Makefile.am
+++ b/fb/Makefile.am
@@ -49,9 +49,7 @@ libfb_la_SOURCES = \
fbtile.c \
fbtrap.c \
fbutil.c \
- fbwindow.c \
- fbpseudocolor.c \
- fbpseudocolor.h
+ fbwindow.c
libwfb_la_SOURCES = $(libfb_la_SOURCES)