summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/touchscreen/touchscreen.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-10-21 10:36:56 +0300
committerQt by Nokia <qt-info@nokia.com>2011-10-21 12:34:50 +0200
commitd40f4105cde2c7ad3602dbfe80b8597bd1193349 (patch)
treeb19ddb65f65b386b42d42249f057b5e162a2ac3e /src/plugins/generic/touchscreen/touchscreen.pro
parentc245a70986e384cd189580ed022ccbe5056eda8a (diff)
Remove mtdev dependency from the touchscreen QPA plugin.
There is no reason to enforce the usage of the mtdev library. As long as ABS_MT_TRACKING_ID is provided protocol type A is perfectly enough. This makes the plugin more suitable for embedded systems. Change-Id: I73ce4a1056a6dc27daacb69dc4761bca393a7e43 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
Diffstat (limited to 'src/plugins/generic/touchscreen/touchscreen.pro')
-rw-r--r--src/plugins/generic/touchscreen/touchscreen.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/generic/touchscreen/touchscreen.pro b/src/plugins/generic/touchscreen/touchscreen.pro
index 26725190b0..60aa29c5ec 100644
--- a/src/plugins/generic/touchscreen/touchscreen.pro
+++ b/src/plugins/generic/touchscreen/touchscreen.pro
@@ -15,4 +15,4 @@ SOURCES = main.cpp \
QT += core-private gui-private
-LIBS += -ludev -lmtdev
+LIBS += -ludev