meson_options.txt 340 B

12345678910
  1. option('alsamidi', type : 'feature', value : 'auto',
  2. description : 'MIDI out pluggable using ALSA (Linux-only)'
  3. )
  4. option('glrenderer', type : 'feature', value : 'auto',
  5. description : 'renderer that uses OpenGL'
  6. )
  7. option('laserdisc', type : 'feature', value : 'auto',
  8. description : 'emulation of Laserdisc players'
  9. )