summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-09-27 11:21:05 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-09-27 11:21:05 +1000
commitcd0ace3b30f78f30f52759837b8117e71298b760 (patch)
treecf41e8bd2e9526471d64aff050413d3d0faae225
parentd94a08d344e2be818edbc58a2f03fb5041e44158 (diff)
This driver is unmaintained, warn users.
This driver will not see any further fixes unless users write them and test them. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5081dd2..60dd6bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,14 @@ AC_SUBST(inputdir)
DRIVER_NAME=aiptek
AC_SUBST([DRIVER_NAME])
+AC_MSG_WARN([
+ ***************************************************************************
+ This driver is umaintained, untested and may not build.
+ Any fixes to this driver will only be applied if you have a device and you
+ can test patches. See
+ http://lists.freedesktop.org/archives/xorg-devel/2011-September/025336.html
+ ***************************************************************************])
+
AC_CONFIG_FILES([Makefile
man/Makefile
src/Makefile])