1option('docs', 2 type: 'boolean', value: false, 3 description: 'Enable generating the Epoxy API reference (depends on Doxygen)') 4option('glx', 5 type: 'combo', 6 choices: [ 'auto', 'yes', 'no' ], 7 value: 'auto', 8 description: 'Enable GLX support') 9option('egl', 10 type: 'combo', 11 choices: [ 'auto', 'yes', 'no' ], 12 value: 'auto', 13 description: 'Enable EGL support') 14option('x11', 15 type: 'boolean', 16 value: true, 17 description: 'Enable X11 support (GLX or EGL-X11)') 18option('tests', 19 type: 'boolean', 20 value: true, 21 description: 'Build the test suite') 22