blob: feee662fa5167a3719e0ca9ca2fdb09431457cda (
plain) (
blame)
1
2
3
4
5
6
|
--- meson_options.txt.orig 2020-04-14 20:19:50 UTC
+++ meson_options.txt
@@ -1 +1,3 @@
+option('docs', type : 'boolean', description : 'Build with documentation')
+option('tests', type: 'boolean', description: 'Build with tests')
option('py-overrides-dir', type : 'string', value : '', description: 'Path to pygobject overrides directory')
|