-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmeson_options.txt
12 lines (12 loc) · 1.2 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0-or-later
option('alsa', type : 'feature', value : 'disabled', description : 'Use sound effects')
option('build_tests', type : 'feature', value : 'auto', description : 'Build tests if gtest is found')
option('compat_cache_dir', type : 'feature', value : 'enabled', description : 'Use compatible cache directory')
option('gprof', type : 'feature', value : 'disabled', description : 'Output profile information for gprof')
option('migemo', type : 'feature', value : 'disabled', description : 'Use text search by romaji')
option('migemodict', type : 'string', value : '', description : 'Default path for migemo dictionary file')
option('native', type : 'feature', value : 'disabled', description : 'Optimize to your machine')
option('packager', type : 'string', value : '', description : 'String identifying the packager of this software')
option('pangolayout', type : 'feature', value : 'disabled', description : 'Render text by PangoLayout')
option('sessionlib', type : 'combo', choices : ['xsmp', 'no'], value : 'xsmp', description : 'Use Session Management Protocol')
option('tls', type : 'combo', choices : ['gnutls', 'openssl'], value : 'gnutls', description : 'SSL/TLS library to use')