meson_options.txt 434 B

1234567891011121314151617181920
  1. # Build option
  2. option('build_fmt', type : 'combo',
  3. choices : ['auto', 'fmtlib', 'stdformat'] ,
  4. value : 'auto',
  5. description : 'format library'
  6. )
  7. option('build_embed_ignore', type : 'boolean',
  8. value : false,
  9. description : 'embed default ignore'
  10. )
  11. option('gir_dir', type : 'string',
  12. description : 'extra GIR search directory'
  13. )
  14. option('link_stdfs', type : 'boolean',
  15. value : false,
  16. description : 'link to stdc++fs'
  17. )