summaryrefslogtreecommitdiffstats
path: root/rules/xserver.in
blob: c57b4e93bea9b950f928e3d998c3224d9a3e5153 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
menuconfig XSERVER
	bool "xserver               "

config XSERVER_SHAPE
	bool
	depends on XSERVER
	prompt "Shape"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_XV
	bool
	depends on XSERVER
	prompt "xv"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_COMPOSITE
	bool
	depends on XSERVER
	prompt "Composite"
	default y
	
config XSERVER_SHM
	bool
	depends on XSERVER
	prompt "shm"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_XRES
	bool
	depends on XSERVER
	prompt "xres"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_XRECORD
	bool
	depends on XSERVER
	prompt "xrecord"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_KDRIVE
	bool
	depends on XSERVER
	prompt "kdrive server"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_XNEST
	bool
	depends on XSERVER
	prompt "xnest server"
	default n
	help
	  FIXME: This item needs to be documented

config XSERVER_XWIN
	bool
	depends on XSERVER
	prompt "xwin server"
	default n
	help
	  FIXME: This item needs to be documented

config XSERVER_XSDL
	bool
	depends on XSERVER
	prompt "xsdl server"
	default n
	help
	  FIXME: This item needs to be documented

config XSERVER_XGL
	bool
	depends on XSERVER
	prompt "xgl server"
	default n
	help
	  FIXME: This item needs to be documented

config XSERVER_XTRAP
	bool
	depends on XSERVER
	prompt "xtrap"
	default n
	help
	  FIXME: This item needs to be documented

config XSERVER_BUILTIN_RGB
	bool
	depends on XSERVER
	prompt "Builtin RGB"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_SCREENSAVER
	bool
	depends on XSERVER
	prompt "Screensaver"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_XDMCP
	bool
	depends on XSERVER
	prompt "XDMCP"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_XDM_AUTH
	bool
	depends on XSERVER
	prompt "xdm-auth"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_GLX
	bool
	depends on XSERVER
	prompt "GLX"
	default n
	help
	  FIXME: This item needs to be documented

config XSERVER_DRI
	bool
	depends on XSERVER
	prompt "DRI"
	default n
	help
	  FIXME: This item needs to be documented

config XSERVER_XINPUT
	bool
	depends on XSERVER
	prompt "xinput"
	default n
	help
	  FIXME: This item needs to be documented

config XSERVER_XKB
	bool
	depends on XSERVER
	prompt "xkb"
	default n
	help
	  FIXME: This item needs to be documented

config XSERVER_XLOADABLE
	bool
	depends on XSERVER
	prompt "xloadable"
	default n
	help
	  FIXME: This item needs to be documented

config XSERVER_XINERAMA
	bool
	depends on XSERVER
	prompt "xinerama"
	default n
	help
	  FIXME: This item needs to be documented

config XSERVER_UNIX_TRANSPORT
	bool
	depends on XSERVER
	prompt "Unix Transport"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_TCP_TRANSPORT
	bool
	depends on XSERVER
	prompt "TCP Transport"
	default y
	help
	  FIXME: This item needs to be documented

config XSERVER_IPV6_TRANSPORT
	bool
	depends on XSERVER
	prompt "IPv6 Transport"
	default y
	help
	  FIXME: This item needs to be documented