summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-X11.in
blob: 2c8dc6e5f53187fb3c1801df22375e10328b9f15 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
menuconfig XORG_LIB_X11
	bool
	prompt "libX11                "
# always required:
	select XORG_PROTO_X
	select XORG_LIB_XAU
	select XORG_PROTO_BIGREQS	# FIXME Why always?
	select XORG_PROTO_XEXT
	select XORG_LIB_XTRANS
	select XORG_PROTO_XCMISC
	select XORG_LIB_XDMCP	# FIXME Why always?
	select XORG_PROTO_KB
	select XORG_PROTO_INPUT
# required on demand
	select XORG_PROTO_XF86BIGFONT if XORG_LIB_X11_XF86BIGFONT
	help
	  This is the main X library

config XORG_LIB_X11_XF86BIGFONT
	depends on XORG_LIB_X11
	bool
	prompt "XF86BigFont extension support"
	default n
	help
	  FIXME

config XORG_LIB_X11_i18n
	depends on XORG_LIB_X11
	bool
	prompt "Loadable i18n module support"
	default n
	help
	  FIXME

config XORG_LIB_X11_CURSOR
	depends on XORG_LIB_X11
	bool
	prompt "loadable xcursor library support"
	default n
	help
	  FIXME

config XORG_LIB_X11_XKB
	depends on XORG_LIB_X11
	bool
	prompt "XKB Support"
	default n
	help
         This adds the keyboard extension support to the base library. Various
         applications handling keyboards need it.