mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
d29f022b0b
Still at least one FIXME. And untested so far. It builds.
10 lines
542 B
Meson
10 lines
542 B
Meson
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')
|
|
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')
|