Skip to content
Snippets Groups Projects
Commit 7903f203 authored by Simon McVittie's avatar Simon McVittie
Browse files

Disable GObject-Introspection by default

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: default avatarSimon McVittie <smcv@collabora.com>
parent 566e0643
No related branches found
No related tags found
1 merge request!6Improve and package API documentation
......@@ -15,7 +15,7 @@ option(
option(
'introspection',
type : 'boolean',
value : true,
value : false,
description : 'enable GObject-Introspection',
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment