summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xi.in
blob: 0677aaa9a03bc4416f08e940a883048453ddfb01 (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 XORGPROTO
	select XORG_LIB_X11
	select XORG_LIB_XEXT
	select XORG_LIB_XFIXES
	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.