Just because the X driver supplied doesn't match the installed one doesn't mean the kernel driver cannot be used. Be explicit about it, it's confusing to a number of users.
Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net> --- I seem to be explaining this a lot lately, let's put it into the error message directly. configure.in | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index 13be3ba..4652113 100644 --- a/configure.in +++ b/configure.in @@ -1110,9 +1110,11 @@ if test "$WCM_XORG_XSERVER_1_7" = "yes"; then fi echo "" echo "" - echo "NOTE: this package only supports Xorg server older than 1.7." + echo "NOTE: the X driver in this package only supports Xorg servers older than 1.7." echo " You are running a newer version. " echo "Please build the X driver from xf86-input-wacom." + echo "The kernel driver provided in this package is independent of " + echo "the X server version" else if test "$WCM_OPTION_WACOM" = "yes"; then echo "" -- 1.7.2.1 ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel