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:
parent
73b5a5cdd5
commit
3575ebfd9d
@ -40,6 +40,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <linux/input.h>
|
||||
#include <linux/kd.h>
|
||||
|
||||
enum {
|
||||
e1 = ABS_PRESSURE,
|
||||
|
Loading…
Reference in New Issue
Block a user