ports/net-im/libaccounts-glib/files/patch-meson__options.txt
Tobias C. Berner 0c7fff5d2f net-im/libaccounts-glib: add tests-option to meson
Fixes:
  [...]
  Build type: native build
  WARNING: Unknown options: "tests"
  The value of new options can be set with:
  [...]

Reported by:	antoine
2020-07-25 08:46:51 +00:00

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')