1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
option('xwayland',
type: 'feature', value: 'enabled',
description: 'Whether to enable XWayland support')
option('embed-wlroots',
type: 'feature', value: 'auto',
description: 'Wheter to use wlroots as a subproject and link statically against it')
option('tests',
type: 'boolean', value: true,
description: 'Whether to compile unit tests')
option('gtk_doc',
type: 'boolean', value: false,
description: 'Whether to generate the API reference')
option('man',
type: 'boolean', value: false,
description: 'generate man pages (requires rst2man)')
option('dtrace',
type: 'feature', value: 'disabled',
description: 'Wether to enable systemtap tracing')
option('sysprof',
type: 'feature', value: 'disabled',
description: 'Wether to enable sysprof tracing')
option('dev-uid',
type: 'integer', value: 1000,
description: 'User id for phoc development')
|