build: Check for linux/uinput.h and linux/uhid.h
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 23 Nov 2021 21:32:12 +0000 (13:32 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:38 +0000 (19:08 +0530)
commit3e43cea69d6bc062d50487dadf99d07c753dd895
tree7cdf1bc6fa9aec4c0ece0371e556e1bf5c4ffc71
parentf1bb0cb8560aed752d4037915266c989c346043c
build: Check for linux/uinput.h and linux/uhid.h

This makes configure to check the presence of linux/uinput.h and
linux/uhid.h kernel uapi headers since the code no longer contain copies
of them and otherwise the code cannot be build without them:

checking linux/uinput.h usability... yes
checking linux/uinput.h presence... yes
checking for linux/uinput.h... yes
checking linux/uhid.h usability... yes
checking linux/uhid.h presence... yes
checking for linux/uhid.h... yes

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
configure.ac