mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Fixes: [...] Build type: native build WARNING: Unknown options: "tests" The value of new options can be set with: [...] Reported by: antoine
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')
|