mkenums: Use the same reporting functions from genmarshal
[glib.git] / meson_options.txt
blobf70d54a433927917e213e74bfef666ef58597c47
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('enable-libmount', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'yes')
4 option('enable-dtrace', type : 'boolean', value : false,
5   description : 'include tracing support for dtrace')
6 option('enable-systemtap', type : 'boolean', value : false,
7   description : 'include tracing support for systemtap')
8 option('tapset-install-dir', type : 'string', value : '',
9   description : 'path where systemtap tapsets are installed')