summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-08-17 18:40:56 -0400
committerCorentin Noël <tintou@noel.tf>2022-09-04 18:33:04 +0200
commitb417c90081cb8708b9bd4e330d96f286241f4a4b (patch)
tree708ae5d96cec955760c9a26e6dbeb20d86c7ca58 /meson_options.txt
parent165649df5663f207d8553d10941f93b913f7741a (diff)
downloadlibgnomekbd-b417c90081cb8708b9bd4e330d96f286241f4a4b.tar.gz
meson: Install introspection data
And rename the option 'gir' to 'introspection' to match other GNOME projects.
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')