summaryrefslogtreecommitdiff
path: root/lib/auth/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth/meson_options.txt')
-rw-r--r--lib/auth/meson_options.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/auth/meson_options.txt b/lib/auth/meson_options.txt
new file mode 100644
index 0000000..a39d755
--- /dev/null
+++ b/lib/auth/meson_options.txt
@@ -0,0 +1,12 @@
+option(
+ 'introspection',
+ type: 'boolean',
+ value: true,
+ description: 'Build gobject-introspection data',
+)
+option(
+ 'vapi',
+ type: 'boolean',
+ value: true,
+ description: 'Generate vapi data (needs vapigen & introspection option)',
+)