summaryrefslogtreecommitdiffstats
path: root/rules/libinput.in
blob: 7765721b15852269558ecc5ef71e806c3c1a7ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## SECTION=multimedia_libs

menuconfig 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.

if LIBINPUT

config LIBINPUT_QUIRKS
	bool
	prompt "install device quirks"
	help
	  Installing the input device quirks database is useful for systems
	  that allow connecting external input devices, or for systems that are
	  contained in the quirks database.

endif