summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 18932f50976a15c1896c3aac3c7db0cc58371326 (plain)
1
2
3
4
5
6
7
8
option('enable-docs',
       type: 'boolean', value: false,
       description: 'Enable generating the Epoxy API reference (depends on Doxygen)')
option('enable-glx',
       type: 'combo',
       choices: [ 'auto', 'yes', 'no' ],
       value: 'auto',
       description: 'Enable GLX support')