]> git.sesse.net Git - nageru/blob - meson_options.txt
When the delay analyzer wants audio from an ALSA card, temporarily auto-enable captur...
[nageru] / meson_options.txt
1 option('embedded_bmusb', type: 'boolean', value: false, description: 'Use bmusb from the bmusb/ git submodule instead of from the system')
2
3 # Set this to build with CEF.
4 # E.g.: meson configure -Dcef_dir=/home/sesse/cef_binary_3.3282.1734.g8f26fe0_linux64
5 option('cef_dir', type: 'string', description: 'If not empty, build against CEF in this directory')
6 option('cef_build_type', type: 'string', value: 'Release', description: 'CEF version to build against (Release or Debug, or “system” for a system-installed)')
7 option('cef_no_icudtl', type: 'boolean', value: false, description: 'Set to true if the CEF installation has no icudtl.dat.')