summaryrefslogtreecommitdiff
path: root/Xext/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2008-10-22 22:40:44 +1030
committerPeter Hutterer <peter.hutterer@redhat.com>2008-11-04 16:01:07 +1030
commitf4036f6ace5f770f0fe6a6e3dc3749051a81325a (patch)
tree7a06e69883b510b838267546e53b1fa1f2a9b70b /Xext/Makefile.am
parent8c3753a0b711b5708b61f64ab4010ca01608d679 (diff)
Remove XEvIE
It's unmaintained and has been broken for quite a while; MPX finally smashed it completely. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r--Xext/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index fc4376ee1..2f5c98b90 100644
--- a/Xext/Makefile.am
+++ b/Xext/Makefile.am
@@ -90,14 +90,6 @@ BUILTIN_SRCS += $(XCALIBRATE_SRCS)
# XCalibrate needs tslib
endif
-# X EVent Interception Extension: allows accessibility helpers & composite
-# managers to intercept events from input devices and transform as needed
-# before the clients see them.
-XEVIE_SRCS = xevie.c
-if XEVIE
-BUILTIN_SRCS += $(XEVIE_SRCS)
-endif
-
# Multi-buffering extension
MULTIBUFFER_SRCS = mbuf.c
EXTRA_MULTIBUFFER_SRCS = mbufbf.c mbufpx.c
@@ -136,7 +128,6 @@ EXTRA_DIST = \
$(XCSECURITY_SRCS) \
$(XCALIBRATE_SRCS) \
$(XINERAMA_SRCS) \
- $(XEVIE_SRCS) \
$(MULTIBUFFER_SRCS) \
$(EXTRA_MULTIBUFFER_SRCS) \
$(FONTCACHE_SRCS) \