patch-meson_options_txt 635 B

1234567891011
  1. --- systemd-236.orig/meson_options.txt 2017-12-14 23:09:57.000000000 +0100
  2. +++ systemd-236/meson_options.txt 2018-01-01 21:03:50.574757135 +0100
  3. @@ -284,7 +284,7 @@ option('bashcompletiondir', type : 'stri
  4. option('zshcompletiondir', type : 'string',
  5. description : 'directory for zsh completion scripts ["no" disables]')
  6. -option('tests', type : 'combo', choices : ['true', 'unsafe'],
  7. +option('tests', type : 'combo', choices : ['true', 'unsafe', 'false'],
  8. description : 'enable extra tests with =unsafe')
  9. option('slow-tests', type : 'boolean', value : 'false',
  10. description : 'run the slow tests by default')