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:
		
							parent
							
								
									1b1a8c4817
								
							
						
					
					
						commit
						5c7ed785e3
					
				| 
						 | 
					@ -624,7 +624,6 @@ AC_ARG_ENABLE(xf86vidmode,    AS_HELP_STRING([--disable-xf86vidmode], [Build XF8
 | 
				
			||||||
AC_ARG_ENABLE(xace,           AS_HELP_STRING([--disable-xace], [Build X-ACE extension (default: enabled)]), [XACE=$enableval], [XACE=yes])
 | 
					AC_ARG_ENABLE(xace,           AS_HELP_STRING([--disable-xace], [Build X-ACE extension (default: enabled)]), [XACE=$enableval], [XACE=yes])
 | 
				
			||||||
AC_ARG_ENABLE(xselinux,       AS_HELP_STRING([--enable-xselinux], [Build SELinux extension (default: disabled)]), [XSELINUX=$enableval], [XSELINUX=no])
 | 
					AC_ARG_ENABLE(xselinux,       AS_HELP_STRING([--enable-xselinux], [Build SELinux extension (default: disabled)]), [XSELINUX=$enableval], [XSELINUX=no])
 | 
				
			||||||
AC_ARG_ENABLE(xcsecurity,     AS_HELP_STRING([--enable-xcsecurity], [Build Security extension (default: disabled)]), [XCSECURITY=$enableval], [XCSECURITY=no])
 | 
					AC_ARG_ENABLE(xcsecurity,     AS_HELP_STRING([--enable-xcsecurity], [Build Security extension (default: disabled)]), [XCSECURITY=$enableval], [XCSECURITY=no])
 | 
				
			||||||
AC_ARG_ENABLE(tslib,          AS_HELP_STRING([--enable-tslib], [Build kdrive tslib touchscreen support (default: disabled)]), [TSLIB=$enableval], [TSLIB=no])
 | 
					 | 
				
			||||||
AC_ARG_ENABLE(dbe,            AS_HELP_STRING([--disable-dbe], [Build DBE extension (default: enabled)]), [DBE=$enableval], [DBE=yes])
 | 
					AC_ARG_ENABLE(dbe,            AS_HELP_STRING([--disable-dbe], [Build DBE extension (default: enabled)]), [DBE=$enableval], [DBE=yes])
 | 
				
			||||||
AC_ARG_ENABLE(xf86bigfont,    AS_HELP_STRING([--enable-xf86bigfont], [Build XF86 Big Font extension (default: disabled)]), [XF86BIGFONT=$enableval], [XF86BIGFONT=no])
 | 
					AC_ARG_ENABLE(xf86bigfont,    AS_HELP_STRING([--enable-xf86bigfont], [Build XF86 Big Font extension (default: disabled)]), [XF86BIGFONT=$enableval], [XF86BIGFONT=no])
 | 
				
			||||||
AC_ARG_ENABLE(dpms,           AS_HELP_STRING([--disable-dpms], [Build DPMS extension (default: enabled)]), [DPMSExtension=$enableval], [DPMSExtension=yes])
 | 
					AC_ARG_ENABLE(dpms,           AS_HELP_STRING([--disable-dpms], [Build DPMS extension (default: enabled)]), [DPMSExtension=$enableval], [DPMSExtension=yes])
 | 
				
			||||||
| 
						 | 
					@ -2400,7 +2399,7 @@ if test "$KDRIVE" = yes; then
 | 
				
			||||||
    KDRIVE_OS_INC='-I$(top_srcdir)/hw/kdrive/linux'
 | 
					    KDRIVE_OS_INC='-I$(top_srcdir)/hw/kdrive/linux'
 | 
				
			||||||
    KDRIVE_INCS="$KDRIVE_PURE_INCS $KDRIVE_OS_INC"
 | 
					    KDRIVE_INCS="$KDRIVE_PURE_INCS $KDRIVE_OS_INC"
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    KDRIVE_CFLAGS="$XSERVER_CFLAGS -DHAVE_KDRIVE_CONFIG_H $TSLIB_CFLAGS"
 | 
					    KDRIVE_CFLAGS="$XSERVER_CFLAGS -DHAVE_KDRIVE_CONFIG_H"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    KDRIVE_PURE_LIBS="$FB_LIB $MI_LIB $FIXES_LIB $XEXT_LIB $DBE_LIB $RECORD_LIB $GLX_LIBS $RANDR_LIB $RENDER_LIB $DAMAGE_LIB $DRI3_LIB $PRESENT_LIB $MIEXT_SYNC_LIB $MIEXT_DAMAGE_LIB $MIEXT_SHADOW_LIB $XI_LIB $XKB_LIB $XKB_STUB_LIB $COMPOSITE_LIB $OS_LIB"
 | 
					    KDRIVE_PURE_LIBS="$FB_LIB $MI_LIB $FIXES_LIB $XEXT_LIB $DBE_LIB $RECORD_LIB $GLX_LIBS $RANDR_LIB $RENDER_LIB $DAMAGE_LIB $DRI3_LIB $PRESENT_LIB $MIEXT_SYNC_LIB $MIEXT_DAMAGE_LIB $MIEXT_SHADOW_LIB $XI_LIB $XKB_LIB $XKB_STUB_LIB $COMPOSITE_LIB $OS_LIB"
 | 
				
			||||||
    KDRIVE_LIB='$(top_builddir)/hw/kdrive/src/libkdrive.la'
 | 
					    KDRIVE_LIB='$(top_builddir)/hw/kdrive/src/libkdrive.la'
 | 
				
			||||||
| 
						 | 
					@ -2408,7 +2407,7 @@ if test "$KDRIVE" = yes; then
 | 
				
			||||||
    KDRIVE_LOCAL_LIBS="$DIX_LIB $KDRIVE_LIB"
 | 
					    KDRIVE_LOCAL_LIBS="$DIX_LIB $KDRIVE_LIB"
 | 
				
			||||||
    KDRIVE_LOCAL_LIBS="$KDRIVE_LOCAL_LIBS $FB_LIB $MI_LIB $KDRIVE_PURE_LIBS"
 | 
					    KDRIVE_LOCAL_LIBS="$KDRIVE_LOCAL_LIBS $FB_LIB $MI_LIB $KDRIVE_PURE_LIBS"
 | 
				
			||||||
    KDRIVE_LOCAL_LIBS="$KDRIVE_LOCAL_LIBS $KDRIVE_OS_LIB"
 | 
					    KDRIVE_LOCAL_LIBS="$KDRIVE_LOCAL_LIBS $KDRIVE_OS_LIB"
 | 
				
			||||||
    KDRIVE_LIBS="$KDRIVE_LOCAL_LIBS $XSERVER_SYS_LIBS $GLX_SYS_LIBS $DLOPEN_LIBS $TSLIB_LIBS"
 | 
					    KDRIVE_LIBS="$KDRIVE_LOCAL_LIBS $XSERVER_SYS_LIBS $GLX_SYS_LIBS $DLOPEN_LIBS"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    AC_SUBST([XEPHYR_LIBS])
 | 
					    AC_SUBST([XEPHYR_LIBS])
 | 
				
			||||||
    AC_SUBST([XEPHYR_INCS])
 | 
					    AC_SUBST([XEPHYR_INCS])
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -247,9 +247,6 @@
 | 
				
			||||||
/* Define to 1 if you have the `timingsafe_memcmp' function. */
 | 
					/* Define to 1 if you have the `timingsafe_memcmp' function. */
 | 
				
			||||||
#undef HAVE_TIMINGSAFE_MEMCMP
 | 
					#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. */
 | 
					/* Define to 1 if you have the <unistd.h> header file. */
 | 
				
			||||||
#undef HAVE_UNISTD_H
 | 
					#undef HAVE_UNISTD_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -322,9 +319,6 @@
 | 
				
			||||||
/* Support TCP socket connections */
 | 
					/* Support TCP socket connections */
 | 
				
			||||||
#undef TCPCONN
 | 
					#undef TCPCONN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Support tslib touchscreen abstraction library */
 | 
					 | 
				
			||||||
#undef TSLIB
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Support UNIX socket connections */
 | 
					/* Support UNIX socket connections */
 | 
				
			||||||
#undef UNIXCONN
 | 
					#undef UNIXCONN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,9 +13,6 @@
 | 
				
			||||||
/* Include framebuffer support in X servers */
 | 
					/* Include framebuffer support in X servers */
 | 
				
			||||||
#undef KDRIVEFBDEV
 | 
					#undef KDRIVEFBDEV
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Support tslib touchscreen abstraction library */
 | 
					 | 
				
			||||||
#undef TSLIB
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Verbose debugging output hilarity */
 | 
					/* Verbose debugging output hilarity */
 | 
				
			||||||
#undef DEBUG
 | 
					#undef DEBUG
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -101,9 +101,6 @@
 | 
				
			||||||
/* Support TCP socket connections */
 | 
					/* Support TCP socket connections */
 | 
				
			||||||
#undef TCPCONN
 | 
					#undef TCPCONN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Support tslib touchscreen abstraction library */
 | 
					 | 
				
			||||||
#undef TSLIB
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Support UNIX socket connections */
 | 
					/* Support UNIX socket connections */
 | 
				
			||||||
#undef UNIXCONN
 | 
					#undef UNIXCONN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue