Merge 2.53.5 into tizen
[platform/upstream/glib.git] / meson_options.txt
1 option('with-docs', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'auto')
2 option('with-man', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'auto')
3 option('with-pcre', type : 'combo', choices : ['system', 'internal'], value : 'system')
4 option('enable-libmount', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'yes')
5 option('enable-dtrace', type : 'boolean', value : false,
6   description : 'include tracing support for dtrace')
7 option('enable-systemtap', type : 'boolean', value : false,
8   description : 'include tracing support for systemtap')
9 option('tapset-install-dir', type : 'string', value : '',
10   description : 'path where systemtap tapsets are installed')