-
Simon McVittie authored
This will make it easier to do CI against SteamRT 1 'scout', which has a very old g-ir-scanner that doesn't work in combination with Meson (for example see <https://github.com/ximion/appstream/issues/146 >). Generating the GObject-Introspection in local test-builds is a useful way to check that the API is "the right shape" for GObject conventions or do rapid prototyping, but we don't expect to use it in production, and we disable it in the packaging. Signed-off-by:
Simon McVittie <smcv@collabora.com>
Simon McVittie authoredThis will make it easier to do CI against SteamRT 1 'scout', which has a very old g-ir-scanner that doesn't work in combination with Meson (for example see <https://github.com/ximion/appstream/issues/146 >). Generating the GObject-Introspection in local test-builds is a useful way to check that the API is "the right shape" for GObject conventions or do rapid prototyping, but we don't expect to use it in production, and we disable it in the packaging. Signed-off-by:
Simon McVittie <smcv@collabora.com>
meson_options.txt 339 B
option(
'gtk_doc',
type : 'boolean',
value : true,
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',
)