summaryrefslogtreecommitdiffstats
path: root/rules/libinput.in
blob: 0a39bbd2508e98815733e76fc56719d4be51fb13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=multimedia_libs

config LIBINPUT
	tristate
	select HOST_MESON
	select MTDEV
	select LIBEVDEV
	select UDEV
	select UDEV_LIBUDEV
	prompt "libinput"
	help
	  libinput is a library to handle input devices in Wayland compositors and to
	  provide a generic X.Org input driver. It provides device detection, device
	  handling, input device event processing and abstraction so minimize the amount
	  of custom input code compositors need to provide the common set of
	  functionality that users expect.