summaryrefslogtreecommitdiff
path: root/meson.build
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.build
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.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4b4a2f9..c6c2a6e 100644
--- a/meson.build
+++ b/meson.build
@@ -13,6 +13,8 @@ project('libgnomekbd', 'c',
library_version = '8.0.0'
gettext_domain = 'libgnomekbd'
+gnomekbd_gir_version = '1.0'
+
gnome = import('gnome')
i18n = import('i18n')