blob: 8e2e1cf07cbe80371f6203b411f2e28ecdc27450 [file] [log] [blame]
Simon Ser0ea68a12019-07-05 16:42:23 +03001option('overlay',
Arkadiusz Hiler736b0992019-05-21 12:36:01 +03002 type : 'feature',
Simon Ser0ea68a12019-07-05 16:42:23 +03003 description : 'Build overlay tool')
Petri Latvala0e98bf62018-06-21 14:06:25 +03004
5option('overlay_backends',
6 type : 'array',
7 value : ['auto'],
8 choices : [ 'auto', 'x', 'xv' ],
9 description : 'Overlay backends to enable')
10
Simon Ser0ea68a12019-07-05 16:42:23 +030011option('chamelium',
Arkadiusz Hiler736b0992019-05-21 12:36:01 +030012 type : 'feature',
Simon Ser0ea68a12019-07-05 16:42:23 +030013 description : 'Build Chamelium test')
Petri Latvala0e98bf62018-06-21 14:06:25 +030014
Simon Ser0ea68a12019-07-05 16:42:23 +030015option('valgrind',
Arkadiusz Hiler736b0992019-05-21 12:36:01 +030016 type : 'feature',
Petri Latvala0e98bf62018-06-21 14:06:25 +030017 description : 'Build with support for valgrind annotations')
18
Simon Ser0ea68a12019-07-05 16:42:23 +030019option('man',
Arkadiusz Hiler736b0992019-05-21 12:36:01 +030020 type : 'feature',
Petri Latvala0e98bf62018-06-21 14:06:25 +030021 description : 'Build man pages')
22
Simon Ser0ea68a12019-07-05 16:42:23 +030023option('docs',
Arkadiusz Hiler736b0992019-05-21 12:36:01 +030024 type : 'feature',
Petri Latvala0e98bf62018-06-21 14:06:25 +030025 description : 'Build documentation')
26
Simon Ser0ea68a12019-07-05 16:42:23 +030027option('tests',
Arkadiusz Hiler736b0992019-05-21 12:36:01 +030028 type : 'feature',
Petri Latvala0e98bf62018-06-21 14:06:25 +030029 description : 'Build tests')
30
Simon Ser0ea68a12019-07-05 16:42:23 +030031option('libdrm_drivers',
Petri Latvala0e98bf62018-06-21 14:06:25 +030032 type : 'array',
33 value : ['auto'],
34 choices : ['', 'auto', 'intel', 'nouveau', 'amdgpu'],
35 description : 'libdrm libraries to be used')
36
Simon Ser0ea68a12019-07-05 16:42:23 +030037option('libunwind',
Arkadiusz Hiler736b0992019-05-21 12:36:01 +030038 type : 'feature',
Daniel Vetter2908e4c2018-10-30 13:22:12 +010039 description : 'Use libunwind')
40
Simon Ser0ea68a12019-07-05 16:42:23 +030041option('runner',
Arkadiusz Hiler736b0992019-05-21 12:36:01 +030042 type : 'feature',
Petri Latvala18c1e752018-08-08 14:07:00 +030043 description : 'Build test runner')
44
Petri Latvalaadd82162018-01-19 13:44:07 +020045option('use_rpath',
46 type : 'boolean',
47 value : false,
48 description : 'Set runpath on installed executables for libigt.so')