diff options
author | Adam Jackson <ajax@redhat.com> | 2011-02-28 12:32:53 -0500 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-01 10:56:17 +1000 |
commit | edcceedbd35df576929685767d0b619659e5b020 (patch) | |
tree | 2d5a109b3b092f172c0384550e034104a01f6629 /Xext/Makefile.am | |
parent | c2207d11f243900bc2f641e08d80da63d84e97a8 (diff) |
xext: Remove XCALIBRATE extension
Nobody can have been using this, it's never called from extension init.
XI2 device properties should now be a functional replacement.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index b6c95cb17..cb432e00e 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -94,12 +94,6 @@ if XCSECURITY BUILTIN_SRCS += $(XCSECURITY_SRCS) endif -XCALIBRATE_SRCS = xcalibrate.c -if XCALIBRATE -BUILTIN_SRCS += $(XCALIBRATE_SRCS) -# XCalibrate needs tslib -endif - # XF86 Big Font extension BIGFONT_SRCS = xf86bigfont.c xf86bigfontsrv.h if XF86BIGFONT @@ -132,7 +126,6 @@ EXTRA_DIST = \ $(XACE_SRCS) \ $(XCSECURITY_SRCS) \ $(XSELINUX_SRCS) \ - $(XCALIBRATE_SRCS) \ $(XINERAMA_SRCS) \ $(BIGFONT_SRCS) \ $(DPMS_SRCS) \ |