summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: ac78778bbf2e413c198c8975cc5defe98557b5a5 (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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
option('audio',
  type : 'boolean',
  value : true,
  description : 'Flag for handling audio support in efl'
)

option('avahi',
  type : 'boolean',
  value : true,
  description : 'Flag for handling avahi support in efl'
)

option('x11',
  type : 'boolean',
  value : true,
  description : 'Flag for handling x11 support in efl'
)

option('fb',
  type : 'boolean',
  value : false,
  description : 'Flag for handling frame buffer support in efl'
)

option('sdl',
  type : 'boolean',
  value : false,
  description : 'Flag for handling sdl support in efl'
)

option('wl',
  type : 'boolean',
  value : false,
  description : 'Flag for handling wayland support in efl'
)

option('buffer',
  type : 'boolean',
  value : false,
  description : 'Flag for handling buffer support in efl'
)

option('drm',
  type : 'boolean',
  value : false,
  description : 'Flag for handling drm support in efl'
)

option('cocoa',
  type : 'boolean',
  value : false,
  description : 'Flag for handling apple cocoa support in efl'
)

option('physics',
  type : 'boolean',
  value : true,
  description : 'Flag for handling the internal physics engine in efl'
)

option('eeze',
  type : 'boolean',
  value : true,
  description : 'Flag for handling the device abstraction layer in efl'
)

option('opengl',
  type : 'combo',
  choices : ['full', 'es-egl', 'none'],
  value : 'full',
  description : 'build efl with a special opengl support'
)

option('build-id',
  type : 'string',
  value : 'none',
  description : 'The build id to attach to the efl build')

option('eina-magic-debug',
  type : 'boolean',
  value : true,
  description : 'magic debug of eina structure'
)

option('debug-threads',
  type : 'boolean',
  value : false,
  description : 'thread debugging'
)

option('build-examples',
  type : 'boolean',
  value : true,
  description : 'build examples'
)

option('build-tests',
  type : 'boolean',
  value : true,
  description : 'build tests'
)

option('crypto',
  type : 'combo',
  choices : ['gnutls', 'openssl'],
  value : 'openssl'
)

option('glib',
  type : 'boolean',
  value : true,
  description : 'use glib or not'
)

option('g-mainloop',
  type : 'boolean',
  value : false,
  description : 'use glib mainloop or not'
)

option('gstreamer',
  type : 'boolean',
  value : true,
  description : 'use gstreamer 1.0 support'
)

option('systemd',
  type : 'boolean',
  value : true,
  description : 'use systemd support'
)

option('pulseaudio',
  type : 'boolean',
  value : true,
  description : 'pulseaudio support'
)

option('network-backend',
  type : 'combo',
  choices : ['connman', 'none'],
  value : 'none',
  description : 'connman support'
)

option('xpresent',
  type : 'boolean',
  value : false,
  description : 'xpresent support'
)

option('xgesture',
  type : 'boolean',
  value : false,
  description : 'xgesture support'
)

option('xinput2',
  type : 'boolean',
  value : true,
  description : 'xinpput 2.0+ support'
)

option('xinput22',
  type : 'boolean',
  value : true,
  description : 'xiinput 2.2+ support'
)

option('tslib',
  type : 'boolean',
  value : true,
  description : 'tslib support'
)

option('eject-path',
  type : 'string',
  value : 'detect',
  description : 'path to use as eject binary, if "detect" internal eeze bins are used'
)

option('mount-path',
  type : 'string',
  value : 'detect',
  description : 'path to use as eject binary, if "detect" internal eeze bins are used'
)

option('unmount-path',
  type : 'string',
  value : 'detect',
  description : 'path to use as eject binary, if "detect" internal eeze bins are used'
)

option('evas-modules',
  type : 'combo',
  choices : ['shared', 'static'],
  value : 'shared',
  description : 'how to build the evas modules'
)

option('evas-loaders-disabler',
  type : 'array',
  description : 'add names here to disable the loaders',
  choices : ['gst', 'pdf', 'ps', 'raw', 'svg', 'xcf', 'bmp', 'dds', 'eet', 'generic', 'gif', 'ico', 'jp2k', 'jpeg', 'pmaps', 'png', 'psd', 'tga', 'tgv', 'tiff', 'wbmp', 'webp', 'xpm', 'json'],
  value : ['webp', 'json']
)

option('ecore-imf-loaders-disabler',
  type : 'array',
  description : 'add names here to disable the loaders',
  choices : ['xim', 'ibus', 'scim'],
  value : ['scim']
)

option('emotion-loaders-disabler',
  type : 'array',
  description : 'add names here to disable the loaders',
  choices : ['gstreamer', 'gstreamer1', 'libvlc', 'xine'],
  value : ['gstreamer', 'libvlc', 'xine']
)

option('emotion-generic-loaders-disabler',
  type : 'array',
  description : 'add names here to disable the loaders',
  choices : ['vlc'],
  value : ['vlc']
)

option('harfbuzz',
  type : 'boolean',
  value : true,
  description : 'harfbuzz (complex text layout library) support'
)

option('fribidi',
  type : 'boolean',
  value : true,
  description : 'fribidi (right to left text layout library) support'
)

option('fontconfig',
  type : 'boolean',
  value : true,
  description : 'fontconfig support'
)

option('edje-sound-and-video',
  type : 'boolean',
  value : true,
  description : 'disable sound and video for edje'
)

option('pixman',
  type : 'boolean',
  value : false,
  description : 'Enable pixman support in evas'
)

option('hyphen',
  type : 'boolean',
  value : false,
  description : 'Enable hyphen support in evas'
)

option('embedded-lz4',
  type : 'boolean',
  value : true,
  description : 'do not use the system lz4, but rather the embedded r131 release'
)

option('libmount',
  type : 'boolean',
  value : true,
  description : 'use libmount support or not'
)

option('vnc-server',
  type : 'boolean',
  value : false,
  description : 'enable building a vnc-server for multiseat testing'
)

option('v4l2',
  type : 'boolean',
  value : true,
  description : 'add v4l2 support'
)

option('elua',
  type : 'boolean',
  value : true,
  description : 'Flag for handling elua support in efl'
)

option('wl-deprecated',
  type : 'boolean',
  value : false,
  description : 'Flag for handling deprecated wayland support in efl'
)

option('drm-deprecated',
  type : 'boolean',
  value : false,
  description : 'Flag for handling deprecated drm support in efl'
)

option('nls',
  type: 'boolean',
  value: true,
  description: 'enable localization: (default=true)'
)

option('bindings',
  type : 'array',
  choices : ['luajit', 'cxx', 'mono'],
  value : ['luajit', 'cxx'],
  description : 'Add values here to enable the bindings',
)

option('mono-beta',
  type: 'boolean',
  value: false,
  description: 'Flag for enabling @beta Eo methods in the api'
)

option('mono-examples-dir',
  type: 'string',
  value: '',
  description: 'Directory where eolian_mono will search for examples to embed into the documentation'
)

option('lua-interpreter',
  type: 'combo',
  choices: ['luajit', 'lua'],
  value: 'luajit',
  description: 'Select a type of lua interpreter to use it for edje and evas'
)

option('native-arch-optimization',
  type: 'boolean',
  value: true,
  description: 'Flag for enabling architecture native optimizations'
)

option('elogind',
  type : 'boolean',
  value : false,
  description : 'use elogind support'
)

option('windows-version',
  type : 'combo',
  choices : ['vista', 'win7', 'win8', 'win81', 'win10'],
  value : 'win7',
  description : 'When host_machine is windows, compile the efl with the specified version of Windows'
)

option('dictionaries-hyphen-dir',
  type : 'string',
  value : '/usr/share/hyphen/',
  description : 'Put the path to hyphen dictionaries directory'
)

option('elementary-base-dir',
  type : 'string',
  value : '.elementary',
  description : 'Put the name of a base directory for elementary data'
)

option('install-eo-files',
  type: 'boolean',
  value: false,
  description : 'Set this to false to not install any eo file'
)