/
githubmirror
/
libxmlb
Обзор
Документация
Войти
/
githubmirror
/
libxmlb
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.3.21
meson_options.txt
17 строк
694 B
Richard Hughes
Use a meson feature for zstd support
03 апр 2024, 10:37
03 апр 2024, 10:37
2a6ea59
Код
Авторство
О чём код?
option('gtkdoc',type : 'boolean', value : true, description : 'enable developer documentation') option('introspection', type : 'boolean', value : true, description : 'generate GObject Introspection data') option('tests', type : 'boolean', value : true, description : 'enable tests') option('stemmer', type : 'boolean', value : false, description : 'enable stemmer support') option('cli', type : 'boolean', value : true, description : 'build and install the xb-tool CLI') option('lzma', type: 'feature', description : 'enable lzma (xz) support', ) option('zstd', type: 'feature', description: 'enable zstd support', deprecated: { 'true': 'enabled', 'false': 'disabled', }, )