summaryrefslogtreecommitdiffstats
path: root/rules/xlibs.in
blob: 21734c37cfa25497f0b950fcad3c31ca49f2e003 (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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
# FIXME: Broken infile? There is no makefile for most of these...

menuconfig XLIBS
	bool "xlibs                 "
	help
	  These are the X libraries from the X.org xlibs project. 

comment "Base Libraries"
	depends on XLIBS

# config XLIBS_COMPOSITE_EXT
# 	bool
# 	depends on XLIBS
# 	prompt "CompositeExt"
# 
# config XLIBS_DAMAGE_EXT
# 	bool 
# 	depends on XLIBS
# 	prompt "DamageExt"
# 
# config XLIBS_FIXES_EXT
# 	bool
# 	depends on XLIBS
# 	prompt "FixesExt"
# 
# config XLIBS_RANDR
# 	bool
# 	depends on XLIBS
# 	prompt "Randr"
# 
# config XLIBS_RECORD_EXT
# 	bool
# 	depends on XLIBS
# 	prompt "RecordExt"
# 
# config XLIBS_RESOURCE_EXT
# 	bool
# 	depends on XLIBS
# 	prompt "ResourceExt"
# 
# # ---
# 
# config XLIBS_X11
# 	bool
# 	depends on XLIBS
# 	prompt "X11"
# 
# config XLIBS_X11_UNIX_TRANSPORT
# 	bool
# 	prompt "Unix Transport"
# 	depends on XLIBS_X11
# 	default y
# 
# config XLIBS_X11_TCP_TRANSPORT
# 	bool
# 	prompt "TCP Transport"
# 	depends on XLIBS_X11
# 	default y
# 
# config XLIBS_X11_IPV6
# 	bool
# 	prompt "IPv6 Support"
# 	depends on XLIBS_X11
# 
# config XLIBS_X11_XTHREADS
# 	bool
# 	prompt "Xlib support for multithreading"
# 	depends on XLIBS_X11
# 	default y
# 
# config XLIBS_X11_XCMS
# 	bool
# 	prompt "Xlib support for CMS (N=EXPERIMENTAL)"
# 	depends on XLIBS_X11
# 	default y
# 
# config XLIBS_X11_XLOCALE
# 	bool
# 	prompt "Xlib locale implementation (N=EXPERIMENTAL)"
# 	depends on XLIBS_X11
# 	default y
# 
# config XLIBS_X11_XKB
# 	bool
# 	prompt "XKB Support (N=EXPERIMENTAL)"
# 	depends on XLIBS_X11
# 	default y
# 
# config XLIBS_X11_XCB
# 	bool
# 	prompt "Use XCB for low-level protocol implementation"
# 	depends on XLIBS_X11
# 
# # ---	
# 
#config XLIBS_XEXTENSIONS
#	bool
#	depends on XLIBS
# 	prompt "XExtensions"
 
#config XLIBS_XAU
#	bool
#	depends on XLIBS
#	prompt "Xau"

config XLIBS_XEXT
	bool
	depends on XLIBS
	prompt "Xext"
	help
	  FIXME: This item needs to be documented

# ---
# 
# config XLIBS_XFONT
# 	bool
# 	depends on XLIBS
# 	prompt "Xfont"
# 
# config XLIBS_XFONT_FREETYPE
# 	bool
# 	prompt "Freetype Support"
# 	depends on XLIBS_XFONT
# 
# config XLIBS_XFONT_FONTCACHE
# 	bool
# 	prompt "Fontcache Support"
# 	depends on XLIBS_XFONT
# 
# config XLIBS_XFONT_FC
# 	bool
# 	prompt "FC"
# 	depends on XLIBS_XFONT
# 
# config XLIBS_XFONT_BUILTINS
# 	bool
# 	prompt "Builtins"
# 	depends on XLIBS_XFONT
# 	default y
# 
# config XLIBS_XFONT_BITMAP
# 	bool
# 	prompt "Bitmap"
# 	depends on XLIBS_XFONT
# 	default y
# 
# # ---
# 
# config XLIBS_XPROTO
# 	bool
# 	depends on XLIBS
# 	prompt "Xproto"
# 
# config XLIBS_XTRANS
# 	bool
# 	depends on XLIBS
# 	prompt "xtrans"
# 
# ##############################################################################
# 
# comment "Extension Libs"
# 	depends on XLIBS
# 
# config XLIBS_ICE
# 	bool
# 	depends on XLIBS
# 	prompt "ICE"
# 
# config XLIBS_SM
# 	bool
# 	depends on XLIBS
# 	prompt "SM"
# 
# config XLIBS_XRES
# 	bool
# 	depends on XLIBS
# 	prompt "XRes"
# 
# config XLIBS_XDMCP
# 	bool
# 	depends on XLIBS
# 	prompt "XDMCP"
# 
# config XLIBS_XINERAMA
# 	bool
# 	depends on XLIBS
# 	prompt "Xinerama"
# 
# config XLIBS_XRENDER
# 	bool
# 	depends on XLIBS
# 	prompt "Xrender"
# 
# config XLIBS_PANORAMIXEXT
# 	bool
# 	depends on XLIBS
# 	prompt "PanoramiXExt"
# 
# config XLIBS_SCRNSAVEREXT
# 	bool
# 	depends on XLIBS
# 	prompt "ScrnSaverExt"
# 
# config XLIBS_XMU
# 	bool
# 	depends on XLIBS
# 	prompt "Xmu"
# 
# config XLIBS_XSS
# 	bool
# 	depends on XLIBS
# 	prompt "Xss"
# 
# config XLIBS_XAW
# 	bool
# 	depends on XLIBS
# 	prompt "Xaw"
# 
# config XLIBS_XFIXES
# 	bool
# 	depends on XLIBS
# 	prompt "Xfixes"
# 
# config XLIBS_XP
# 	bool
# 	depends on XLIBS
# 	prompt "Xp"
# 
# config XLIBS_XT
# 	bool
# 	depends on XLIBS
# 	prompt "Xt"
# 
# config XLIBS_XKBDESC
# 	bool
# 	depends on XLIBS
# 	prompt "xkbdesc"
# 
# config XLIBS_XCALIBRATE
# 	bool
# 	depends on XLIBS
# 	prompt "XCalibrate"
# 
# config XLIBS_XCOMPOSITE
# 	bool
# 	depends on XLIBS
# 	prompt "Xcomposite"
# 
# config XLIBS_XPM
# 	bool
# 	depends on XLIBS
# 	prompt "Xpm"
# 
# config XLIBS_XTST
# 	bool
# 	depends on XLIBS
# 	prompt "Xtst"
# 
# config XLIBS_XKBFILE
# 	bool
# 	depends on XLIBS
# 	prompt "xkbfile"
# 
# config XLIBS_FS
# 	bool
# 	depends on XLIBS
# 	prompt "FS"
# 
# config XLIBS_RENDER
# 	bool
# 	depends on XLIBS
# 	prompt "Render"
# 
# config XLIBS_XCALIBRATE_EXT
# 	bool
# 	depends on XLIBS
# 	prompt "XCalibrateExt"
# 
# config XLIBS_XCURSOR
# 	bool
# 	depends on XLIBS
# 	prompt "Xcursor"
# 
# config XLIBS_XFT
# 	bool
# 	depends on XLIBS
# 	prompt "Xft"
# 
# config XLIBS_XV
# 	bool
# 	depends on XLIBS
# 	prompt "Xv"
# 
# config XLIBS_XKBUI
# 	bool
# 	depends on XLIBS
# 	prompt "xkbui"
# 
# config XLIBS_XDAMAGE
# 	bool
# 	depends on XLIBS
# 	prompt "Xdamage"
# 
# config XLIBS_XI
# 	bool
# 	depends on XLIBS
# 	prompt "Xi"
# 
# config XLIBS_XRANDR
# 	bool
# 	depends on XLIBS
# 	prompt "Xrandr"
# 
# config XLIBS_XVMC
# 	bool
# 	depends on XLIBS
# 	prompt "XvMC"