diff options
Diffstat (limited to 'emulators/qemu/patches/patch-meson_options_txt')
| -rw-r--r-- | emulators/qemu/patches/patch-meson_options_txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/emulators/qemu/patches/patch-meson_options_txt b/emulators/qemu/patches/patch-meson_options_txt deleted file mode 100644 index fa5ded5..0000000 --- a/emulators/qemu/patches/patch-meson_options_txt +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | sndio module | ||
| 2 | |||
| 3 | Index: meson_options.txt | ||
| 4 | --- meson_options.txt.orig | ||
| 5 | +++ meson_options.txt | ||
| 6 | @@ -21,7 +21,7 @@ option('tls_priority', type : 'string', value : 'NORMA | ||
| 7 | option('default_devices', type : 'boolean', value : true, | ||
| 8 | description: 'Include a default selection of devices in emulators') | ||
| 9 | option('audio_drv_list', type: 'array', value: ['default'], | ||
| 10 | - choices: ['alsa', 'coreaudio', 'default', 'dsound', 'jack', 'oss', 'pa', 'sdl'], | ||
| 11 | + choices: ['alsa', 'coreaudio', 'default', 'dsound', 'jack', 'oss', 'pa', 'sdl', 'sndio'], | ||
| 12 | description: 'Set audio driver list') | ||
| 13 | option('block_drv_rw_whitelist', type : 'string', value : '', | ||
| 14 | description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like qemu-img)') | ||
| 15 | @@ -240,6 +240,8 @@ option('oss', type: 'feature', value: 'auto', | ||
| 16 | description: 'OSS sound support') | ||
| 17 | option('pa', type: 'feature', value: 'auto', | ||
| 18 | description: 'PulseAudio sound support') | ||
| 19 | +option('sndio', type: 'feature', value: 'auto', | ||
| 20 | + description: 'sndio sound support') | ||
| 21 | |||
| 22 | option('vhost_kernel', type: 'feature', value: 'auto', | ||
| 23 | description: 'vhost kernel backend support') | ||
