From 88374c79634469b0162bbaac108a360cfc3e3b7b Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Thu, 1 Mar 2012 09:59:33 +0200 Subject: Add protocol type B support to the evdevtouch plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also adds optional support for libmtdev (a helper library which translates transparently from type A to B when using type A kernel drivers). Change-Id: Ic9c065b2fd130e9db2dd07e7dc103e9d45c08c99 Reviewed-by: Samuel Rødal --- src/plugins/generic/evdevtouch/evdevtouch.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/generic/evdevtouch/evdevtouch.pro') diff --git a/src/plugins/generic/evdevtouch/evdevtouch.pro b/src/plugins/generic/evdevtouch/evdevtouch.pro index 284f1d1221..f9fb4a61d8 100644 --- a/src/plugins/generic/evdevtouch/evdevtouch.pro +++ b/src/plugins/generic/evdevtouch/evdevtouch.pro @@ -15,3 +15,7 @@ QT += core-private platformsupport-private OTHER_FILES += \ evdevtouch.json + +# DEFINES += USE_MTDEV + +contains(DEFINES, USE_MTDEV): LIBS += -lmtdev -- cgit v1.2.3