summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xi.in
blob: ae48b717a62820d55a2c69c601e13ed81e185e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=multimedia_xorg_lib

config XORG_LIB_XI
	tristate
	prompt "libXi"
	select XORG_PROTO_X
	select XORG_LIB_X11
	select XORG_LIB_XEXT
	select XORG_PROTO_INPUT
	help
	  libXi provides an X Window System client interface
	  to the XINPUT extension to the X protocol.

	  The Input extension allows setup and configuration
	  of multiple input devices, and will soon allow
	  hotplugging of input devices; to be added and removed
	  on the fly.