Add linux/kd.h to the config test for evdev

This header is used by qevdevmousehandler.cpp, so it's not a bad idea
to check that it exists as early as here. Apparently, FreeBSD's Linux
support has linux/input.h, so the "evdev" test was passing and then
the build would fail later.

Task-number: QTBUG-36205
Change-Id: Iab9788350a9f4c90d355524769a7a396679fd218
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
This commit is contained in:
Thiago Macieira 2014-01-16 08:57:06 -08:00 committed by The Qt Project
parent 73b5a5cdd5
commit 3575ebfd9d

View File

@ -40,6 +40,7 @@
****************************************************************************/
#include <linux/input.h>
#include <linux/kd.h>
enum {
e1 = ABS_PRESSURE,