-
Ludovico de Nittis authored
The python import fix has been taken from pressure-vessel. Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
Ludovico de Nittis authoredThe python import fix has been taken from pressure-vessel. Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
meson_options.txt 678 B
option(
'gtk_doc',
type : 'boolean',
value : false,
description : 'use gtk-doc to build documentation',
)
option(
'installed_tests',
type : 'boolean',
value : true,
description : 'enable installed tests',
)
option(
'introspection',
type : 'boolean',
value : false,
description : 'enable GObject-Introspection',
)
option(
'man',
type : 'boolean',
value : true,
description : 'enable man pages',
)
option(
'multiarch_tuple',
type : 'string',
value : '',
description : 'Debian-style multiarch tuple',
)
option(
'python',
type : 'string',
value : '',
description: 'Search for this Python instead of "python3.5" and "python3"'
)