aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFloris Bos <bos@je-eigen-domein.nl>2015-09-25 01:07:30 +0200
committerFloris Bos <bos@je-eigen-domein.nl>2015-09-25 01:07:30 +0200
commitb671fe50cd306c31cf05e3928113a1505cb17229 (patch)
treef78b918d36a08ffdfbece481898af98110ed3d94 /Makefile.in
parentfee4018a2820233089d97b050487411ec3777e25 (diff)
LinuxInputDevice: add support for multi-touch devices
Adds support for multi-touch devices on Linux. Support is limited to devices that are capable of tracking identifiable contacts, and use the type B events of: https://www.kernel.org/doc/Documentation/input/multi-touch-protocol.txt Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e7276bfe1e..8ead761782 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -158,6 +158,8 @@ DIRECTORY_ARCHIVES += xbmc/storage/android/storage_android.a
DIRECTORY_ARCHIVES += xbmc/windowing/X11/windowing_X11.a
else
DIRECTORY_ARCHIVES += xbmc/input/linux/input_linux.a
+DIRECTORY_ARCHIVES += xbmc/input/touch/input_touch.a
+DIRECTORY_ARCHIVES += xbmc/input/touch/generic/input_touch_generic.a
DIRECTORY_ARCHIVES += xbmc/network/linux/network_linux.a
DIRECTORY_ARCHIVES += xbmc/powermanagement/linux/powermanagement_linux.a
DIRECTORY_ARCHIVES += xbmc/storage/linux/storage_linux.a