blob: dc30e68b3b7174ee364bd5c67a45c2d48fbe82f1 [file] [log] [blame]
Emmanuele Bassia7c31782018-02-23 15:51:56 +00001option('docs',
Emmanuele Bassi59d9c2d2017-01-25 16:38:02 +00002 type: 'boolean', value: false,
3 description: 'Enable generating the Epoxy API reference (depends on Doxygen)')
Emmanuele Bassia7c31782018-02-23 15:51:56 +00004option('glx',
Emmanuele Bassi476851b2017-01-18 15:40:00 +00005 type: 'combo',
6 choices: [ 'auto', 'yes', 'no' ],
7 value: 'auto',
8 description: 'Enable GLX support')
Emmanuele Bassia7c31782018-02-23 15:51:56 +00009option('egl',
Thomas Petazzoni0511fc52017-05-08 23:12:49 +020010 type: 'combo',
11 choices: [ 'auto', 'yes', 'no' ],
12 value: 'auto',
13 description: 'Enable EGL support')
Emmanuele Bassice8cbdb2018-02-23 15:44:50 +000014option('x11',
15 type: 'boolean',
16 value: true,
17 description: 'Enable X11 support (GLX or EGL-X11)')
Ross Burtona35192b2018-03-01 17:37:42 +000018option('tests',
19 type: 'boolean',
20 value: true,
21 description: 'Build the test suite')