summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-X11.in
blob: 300911895f2da37b073754c614adbc0ed90978e3 (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
52
53
## SECTION=multimedia_xorg_lib

menuconfig XORG_LIB_X11
	tristate
	prompt "libX11                        "
	select LIBC_DL
	select XORGPROTO
	select XORG_LIB_XDMCP		if !XORG_LIB_X11_XCB_LOW_LEVEL
	select XORG_LIB_XAU		if !XORG_LIB_X11_XCB_LOW_LEVEL
	select LIBXCB
	select XORG_LIB_XTRANS
	select LIBC_PTHREAD
	select HOST_XORGPROTO
	help
	  This is the main X library

if XORG_LIB_X11

config XORG_LIB_X11_XCB_LOW_LEVEL
	bool
	default y
	prompt "use XCB for low level protocol implementation"
	help
	  FIXME

config XORG_LIB_X11_XF86BIGFONT
	bool
	prompt "XF86BigFont extension support"
	help
	  FIXME

config XORG_LIB_X11_I18N
	bool
	prompt "Loadable i18n module support"
	help
	  FIXME

config XORG_LIB_X11_CURSOR
	bool
	prompt "loadable xcursor library support"
	help
	  FIXME

config XORG_LIB_X11_XKB
	bool
	default y
	prompt "XKB Support"
	help
	  This adds the keyboard extension support to the base library. Various
	  applications handling keyboards need it.
	  Note: this feature is marked as experimental if disabled!

endif