2018-02-10 09:46:27 +00:00
|
|
|
option('enable_libcap', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for capabilities')
|
|
|
|
option('enable_systemd', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for logind')
|
|
|
|
option('enable_elogind', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for logind')
|
2018-03-03 10:37:02 +00:00
|
|
|
option('enable_xcb_errors', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Use xcb-errors util library')
|
2017-10-06 21:50:25 +00:00
|
|
|
option('enable_xwayland', type: 'boolean', value: true, description: 'Enable support X11 applications')
|
2018-03-23 09:28:36 +00:00
|
|
|
option('enable_x11_backend', type: 'boolean', value: true, description: 'Enable X11 backend')
|