Lines 26-31
option('enable-cloudproviders', type: 'boolean', value: false,
Link Here
|
26 |
description : 'Enable the cloudproviders support') |
26 |
description : 'Enable the cloudproviders support') |
27 |
option('enable-xinerama', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', |
27 |
option('enable-xinerama', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', |
28 |
description : 'Enable support for the Xinerama extension') |
28 |
description : 'Enable support for the Xinerama extension') |
|
|
29 |
option('enable-atk-bridge', type: 'boolean', value: 'true', |
30 |
description : 'Enable AT-SPI ATK bridge support (requires DBus)') |
29 |
option('disable-modules', type: 'boolean', value : 'false', |
31 |
option('disable-modules', type: 'boolean', value : 'false', |
30 |
description : 'Disable dynamic module loading') |
32 |
description : 'Disable dynamic module loading') |
31 |
option('with-included-immodules', type: 'string', value : '', |
33 |
option('with-included-immodules', type: 'string', value : '', |