diff options
author | Arnaud Vrac <rawoul@gmail.com> | 2017-08-05 13:59:00 +0200 |
---|---|---|
committer | Quentin Glidic <sardemff7+git@sardemff7.net> | 2017-08-11 09:59:58 +0200 |
commit | 167bbb6d109c7c93be3b58232f8c5b8795df44f2 (patch) | |
tree | 8cc36f22f73040f2c535362c2081af300ce8c4de /libweston | |
parent | d6d97dad03292c7b4f3d977189ef57188b51bdee (diff) |
configure.ac: remove dependency on mtdev
It's been unused since the legacy (non-libinput) input backends have
been removed.
Signed-off-by: Arnaud Vrac <rawoul@gmail.com>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'libweston')
-rw-r--r-- | libweston/libinput-device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libweston/libinput-device.c b/libweston/libinput-device.c index 5e7182da..b1d269db 100644 --- a/libweston/libinput-device.c +++ b/libweston/libinput-device.c @@ -33,7 +33,6 @@ #include <linux/input.h> #include <unistd.h> #include <fcntl.h> -#include <mtdev.h> #include <assert.h> #include <libinput.h> |