https://github.com/GNOME/glib
Raw File
Tip revision: 9eed922cf7634a0bbb44692f98b1375d8f7f3c0b authored by Dz Chen on 11 September 2022, 19:14:28 UTC
Update Chinese (China) translation
Tip revision: 9eed922
meson_options.txt
option('with-docs', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'auto')
option('with-man', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'auto')
option('with-pcre', type : 'combo', choices : ['system', 'internal'], value : 'system')
option('enable-libmount', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'yes')
option('enable-dtrace', type : 'boolean', value : false,
  description : 'include tracing support for dtrace')
option('enable-systemtap', type : 'boolean', value : false,
  description : 'include tracing support for systemtap')
option('tapset-install-dir', type : 'string', value : '',
  description : 'path where systemtap tapsets are installed')
back to top