kdrive: Remove vestiges of TSLIB support.

The actual code was gone in 27819950e4,
but some checks remained.

Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Anholt
2017-03-22 15:11:31 -07:00
committed by Adam Jackson
parent 1b1a8c4817
commit 5c7ed785e3
4 changed files with 2 additions and 15 deletions

View File

@@ -247,9 +247,6 @@
/* Define to 1 if you have the `timingsafe_memcmp' function. */
#undef HAVE_TIMINGSAFE_MEMCMP
/* Define to 1 if you have the <tslib.h> header file. */
#undef HAVE_TSLIB_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
@@ -322,9 +319,6 @@
/* Support TCP socket connections */
#undef TCPCONN
/* Support tslib touchscreen abstraction library */
#undef TSLIB
/* Support UNIX socket connections */
#undef UNIXCONN

View File

@@ -13,9 +13,6 @@
/* Include framebuffer support in X servers */
#undef KDRIVEFBDEV
/* Support tslib touchscreen abstraction library */
#undef TSLIB
/* Verbose debugging output hilarity */
#undef DEBUG

View File

@@ -101,9 +101,6 @@
/* Support TCP socket connections */
#undef TCPCONN
/* Support tslib touchscreen abstraction library */
#undef TSLIB
/* Support UNIX socket connections */
#undef UNIXCONN