glib/meson_options.txt

4 lines
194 B
Meson
Raw Normal View History

option('with-docs', type : 'boolean', value : false)
option('with-man', type : 'boolean', value : true)
option('enable-libmount', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'yes')