2018-08-24 19:35:02 +12: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 19:35:02 +12:00
|
|
|
option('examples', type: 'boolean', value: true, description: 'Build example applications')
|
2020-03-04 02:38:04 +00:00
|
|
|
option('icon_directory', description: 'Location used to look for cursors (default: ${datadir}/icons)', type: 'string', value: '')
|
2021-02-21 18:30:12 +01:00
|
|
|
option('renderers', type: 'array', choices: ['auto', 'gles2', 'vulkan'], value: ['auto'], description: 'Select built-in renderers')
|
2021-03-26 23:28:37 +08:00
|
|
|
option('backends', type: 'array', choices: ['auto', 'drm', 'libinput', 'x11'], value: ['auto'], description: 'Select built-in backends')
|
2024-10-03 12:31:52 +02:00
|
|
|
option('allocators', type: 'array', choices: ['auto', 'gbm', 'udmabuf'], value: ['auto'],
|
2022-05-29 14:09:06 +02:00
|
|
|
description: 'Select built-in allocators')
|
2022-11-23 16:04:43 +01:00
|
|
|
option('session', type: 'feature', value: 'auto', description: 'Enable session support')
|
2023-09-09 20:04:45 -04:00
|
|
|
option('color-management', type: 'feature', value: 'auto', description: 'Enable support for color management')
|
2024-06-05 22:33:05 -06:00
|
|
|
option('libliftoff', type: 'feature', value: 'auto', description: 'Enable support for libliftoff')
|