| author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-09-27 01:29:24 (GMT) |
|---|---|---|
| committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-09-27 01:29:24 (GMT) |
| commit | 5e0f8fabb3348c10f97dcc7177a86591a94ee46a (patch) (side-by-side diff) | |
| tree | 4118b02777b2ed51434513e5c48ae10959ba425f | |
| parent | ff389f91a2efec5184b56b8c717091d067f8fc46 (diff) | |
| download | xf86-input-penmount-master.zip xf86-input-penmount-master.tar.gz | |
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.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1d0b819..e796c03 100644 --- a/configure.ac +++ b/configure.ac @@ -70,6 +70,14 @@ PKG_CHECK_MODULES(XORG, [xorg-server >= 1.10] xproto $REQUIRED_MODULES) DRIVER_NAME=penmount AC_SUBST([DRIVER_NAME]) +AC_MSG_WARN([ + *************************************************************************** + This driver is unmaintained, 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]) |
