2018-08-24 09:35:02 +02:00
|
|
|
option('xcb-errors', type: 'feature', value: 'auto', description: 'Use xcb-errors util library')
|
2019-01-18 09:07:22 +01:00
|
|
|
option('xwayland', type: 'feature', value: 'auto', yield: true, description: 'Enable support for X11 applications')
|
2018-08-24 09:35:02 +02:00
|
|
|
option('x11-backend', type: 'feature', value: 'auto', description: 'Enable X11 backend')
|
|
|
|
option('examples', type: 'boolean', value: true, description: 'Build example applications')
|
2020-03-04 03:38:04 +01:00
|
|
|
option('icon_directory', description: 'Location used to look for cursors (default: ${datadir}/icons)', type: 'string', value: '')
|
2021-04-09 04:48:01 +02:00
|
|
|
option('renderers', type: 'array', choices: ['auto', 'gles2'], value: ['auto'], description: 'Select built-in renderers')
|