2017-03-22 18:25:09 +00:00
|
|
|
option('enable-colord', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
|
|
|
|
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')
|
|
|
|
option('enable-mir-backend', type: 'boolean', value: 'false',
|
|
|
|
description : 'Enable the Mir gdk backend (UNTESTED, NEEDS WORK)')
|
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')
|
2017-03-23 15:54:58 +00:00
|
|
|
option('disable-modules', type: 'boolean', value : 'false',
|
|
|
|
description : 'Disable dynamic module loading')
|
|
|
|
option('with-included-immodules', type: 'string', value : '',
|
|
|
|
description : 'Build the specified input methods into gtk (comma-separated list or "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')
|