forked from Lainports/opnsense-ports
6 lines
341 B
Text
6 lines
341 B
Text
--- 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')
|