meson: Rebase and update to 2.51.2
[glib.git] / meson_options.txt
blobf62220672f049040c647179e318773214c9d80e7
1 option('with-docs', type : 'boolean', value : false)
2 option('with-man', type : 'boolean', value : true)
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')