summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 63596da..fef3b89 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('gir',
+option('introspection',
type: 'boolean', value: true,
description: 'Generate gir data (requires gobject-introspection)')
option('vapi',
@@ -6,4 +6,4 @@ option('vapi',
description: 'Generate vapi data (requires vapigen)')
option('tests',
type : 'boolean', value : true,
- description: 'Enable tests') \ No newline at end of file
+ description: 'Enable tests')