summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-meson_options_txt
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2024-02-23 21:22:04 -0500
committerShokara Kou <kou@13f0.net>2024-02-23 21:22:04 -0500
commit0e7734c4d4922b73429ed3ad1ba93235e865b823 (patch)
treee8b13e26c4d3856120a6f8d3afcb4902c1777dce /emulators/qemu/patches/patch-meson_options_txt
parent3fe4845098ca3478fc2d83e6fc943fec4c0459d6 (diff)
rename emulators/qemu to emulators/qemu-riscv
Diffstat (limited to 'emulators/qemu/patches/patch-meson_options_txt')
-rw-r--r--emulators/qemu/patches/patch-meson_options_txt23
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 @@
1sndio module
2
3Index: 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')