From 5923196bc3fbed67beb637fd36e1bdf2d6780e36 Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Fri, 20 Dec 2013 15:14:42 +0000 Subject: mtdev: Change to use configure detection instead of requiring source hacking. This coincidentally fixes a case of accidental BIC in qevdevtouch_p.h, where not all users would necessarily define USE_MTDEV: having it centralized inside Qt makes this now, blessedly, impossible. Change-Id: I196a8f21742830705759aa917a823afdc94ba2b5 Done-with: Michael Brasser Reviewed-by: Laszlo Agocs --- src/plugins/generic/evdevtouch/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/generic/evdevtouch/README b/src/plugins/generic/evdevtouch/README index ad406254d1..833b511fd8 100644 --- a/src/plugins/generic/evdevtouch/README +++ b/src/plugins/generic/evdevtouch/README @@ -5,8 +5,9 @@ Single-touch devices reporting ABS_X and Y only are not supported by this plugin. Use tslib or evdevmouse instead. The protocol type will be detected automatically. -To enable libmtdev support uncomment the USE_MTDEV define in -src/platformsupport/input/evdevtouch/evdevtouch.pri. + +libmtdev is automatically detected based on library availability. To disable it, +pass -no-mtdev to configure. Tested with the following kernel drivers: bcm5974 (type A) -- cgit v1.2.3