summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xi.in
blob: 12c70ba19cad1fdc890f8feb5396fc51ee5cb743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## 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_LIB_XFIXES
	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.