Commit: aa699cb762a02ec7409940ddcfe65b788de8270d
Parent: 270c8d07a07815188d4359b81e00db135ff3ff63
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2021-11-23 23:32:12
Tree: 6444215daec81c3c9253262aad11023f4b83d354

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

Diffstat

M configure.ac | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch