2018-02-14 13:45:48 +00:00
|
|
|
option('colord', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
|
2017-03-22 18:25:09 +00:00
|
|
|
description : 'Build colord support code')
|
2017-03-20 11:44:04 +00:00
|
|
|
option('enable-x11-backend', type: 'boolean', value: 'true',
|
|
|
|
description : 'Enable the X11 gdk backend')
|
|
|
|
option('enable-wayland-backend', type: 'boolean', value: 'true',
|
|
|
|
description : 'Enable the wayland gdk backend')
|
|
|
|
option('enable-broadway-backend', type: 'boolean', value: 'false',
|
|
|
|
description : 'Enable the broadway (HTML5) gdk backend')
|
2017-04-26 14:15:45 +00:00
|
|
|
option('enable-win32-backend', type: 'boolean', value: 'false',
|
|
|
|
description : 'Enable the Windows gdk backend')
|
|
|
|
option('enable-quartz-backend', type: 'boolean', value: 'false',
|
|
|
|
description : 'Enable the macOS gdk backend')
|
2017-03-20 11:44:04 +00:00
|
|
|
option('enable-vulkan', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
|
|
|
|
description : 'Enable support for the Vulkan graphics API')
|
2017-03-22 16:48:56 +00:00
|
|
|
option('enable-test-print-backend', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'no',
|
|
|
|
description : 'Enable the test print backend')
|
|
|
|
option('enable-cups-print-backend', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
|
|
|
|
description : 'Enable the CUPS print backend')
|
|
|
|
option('enable-papi-print-backend', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
|
|
|
|
description : 'Enable the papi print backend')
|
|
|
|
option('enable-cloudprint-print-backend', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
|
|
|
|
description : 'Enable the cloudprint print backend')
|
2017-08-10 20:30:36 +00:00
|
|
|
option('enable-cloudproviders', type: 'boolean', value: false,
|
|
|
|
description : 'Enable the cloudproviders support')
|
2017-03-24 11:34:49 +00:00
|
|
|
option('enable-xinerama', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
|
|
|
|
description : 'Enable support for the Xinerama extension')
|
2018-02-14 13:35:38 +00:00
|
|
|
option('dynamic-modules', type: 'boolean', value : true,
|
|
|
|
description : 'Allow dynamic module loading')
|
2018-02-14 13:43:19 +00:00
|
|
|
option('included-immodules', type: 'string', value : 'none',
|
|
|
|
description : 'Build the specified input methods (comma-separated list, "all", or "none")')
|
2017-09-06 13:43:24 +00:00
|
|
|
option('documentation', type: 'boolean', value: 'false',
|
2017-04-19 10:35:45 +00:00
|
|
|
description : 'Build API reference and tools documentation')
|
2017-09-06 13:43:24 +00:00
|
|
|
option('man-pages', type: 'boolean', value: 'false',
|
2017-05-05 10:34:05 +00:00
|
|
|
description : 'Build man pages for installed tools')
|
2017-09-06 13:27:59 +00:00
|
|
|
option('introspection', type: 'boolean', value: 'true',
|
2017-09-02 11:00:05 +00:00
|
|
|
description : 'Build introspection data (requires gobject-introspection)')
|
2017-09-06 12:33:18 +00:00
|
|
|
option('demos', type: 'boolean', value: 'true',
|
|
|
|
description : 'Build demos and example programs')
|
|
|
|
option('build-tests', type: 'boolean', value: 'true',
|
|
|
|
description : 'Build tests')
|
2017-10-10 04:14:48 +00:00
|
|
|
option('install-tests', type: 'boolean', value: 'false',
|
|
|
|
description : 'Install tests')
|