meson_options.txt 152 B

12345
  1. option('python', type: 'string',
  2. description: 'Name of or path to the python executable'
  3. )
  4. option('disabled_opt', type: 'feature', value: 'disabled')