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 32 33 34 35 36
|
option(
'libreoffice',
type: 'boolean',
value: true,
description: 'Install LibreOffice helpers'
)
option(
'libreoffice-dir',
type: 'string',
value: '/usr/lib/libreoffice/share/Scripts/python',
description: 'Directory to install LibreOffice python scripts'
)
option(
'gtk-doc',
type: 'boolean',
value: false,
description: 'Install library reference, requires gtk-doc'
)
option(
'glade',
type: 'boolean',
value: false,
description: 'Install glade catalog, requires gladeui-2.0'
)
option(
'gir',
type: 'boolean',
value: false,
description: 'Install GObject Introspection data, requires gobject-introspection'
)
option(
'asr',
type: 'boolean',
value: true,
description: 'Compile with ASR, requires CMU Sphinx'
)
|