diff options
Diffstat (limited to '')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..d416715 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,4 @@ +option('introspection', + description: 'Whether to build introspection files', + type: 'boolean', + value: true) |