meson_options.txt (a6caeee8111386b2d16ee07fe817193cde7f0d2a) meson_options.txt (2a2359b84407b35fe978e98b7396f2ab8c5dd8b7)
1# These options do not correspond to a --enable/--disable-* option
2# on the configure script command line. If you add more, list them in
3# scripts/meson-buildoptions.py's SKIP_OPTIONS constant too.
4
5option('qemu_suffix', type : 'string', value: 'qemu',
6 description: 'Suffix for QEMU data/modules/config directories (can be empty)')
7option('docdir', type : 'string', value : 'share/doc',
8 description: 'Base directory for documentation installation (can be empty)')

--- 245 unchanged lines hidden (view full) ---

254option('vhost_user_blk_server', type: 'feature', value: 'auto',
255 description: 'build vhost-user-blk server')
256option('virtfs', type: 'feature', value: 'auto',
257 description: 'virtio-9p support')
258option('virtiofsd', type: 'feature', value: 'auto',
259 description: 'build virtiofs daemon (virtiofsd)')
260option('libvduse', type: 'feature', value: 'auto',
261 description: 'build VDUSE Library')
1# These options do not correspond to a --enable/--disable-* option
2# on the configure script command line. If you add more, list them in
3# scripts/meson-buildoptions.py's SKIP_OPTIONS constant too.
4
5option('qemu_suffix', type : 'string', value: 'qemu',
6 description: 'Suffix for QEMU data/modules/config directories (can be empty)')
7option('docdir', type : 'string', value : 'share/doc',
8 description: 'Base directory for documentation installation (can be empty)')

--- 245 unchanged lines hidden (view full) ---

254option('vhost_user_blk_server', type: 'feature', value: 'auto',
255 description: 'build vhost-user-blk server')
256option('virtfs', type: 'feature', value: 'auto',
257 description: 'virtio-9p support')
258option('virtiofsd', type: 'feature', value: 'auto',
259 description: 'build virtiofs daemon (virtiofsd)')
260option('libvduse', type: 'feature', value: 'auto',
261 description: 'build VDUSE Library')
262option('vduse_blk_export', type: 'feature', value: 'auto',
263 description: 'VDUSE block export support')
262
263option('capstone', type: 'feature', value: 'auto',
264 description: 'Whether and how to find the capstone library')
265option('slirp', type: 'combo', value: 'auto',
266 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
267 description: 'Whether and how to find the slirp library')
268option('fdt', type: 'combo', value: 'auto',
269 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],

--- 42 unchanged lines hidden ---
264
265option('capstone', type: 'feature', value: 'auto',
266 description: 'Whether and how to find the capstone library')
267option('slirp', type: 'combo', value: 'auto',
268 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
269 description: 'Whether and how to find the slirp library')
270option('fdt', type: 'combo', value: 'auto',
271 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],

--- 42 unchanged lines hidden ---