matrix-glib-sdk/meson_options.txt
Gergely Polonkai 6df0952352 Stop meson building the test clients by default
They are not cruicial for the library, so why build them?
2018-05-14 10:13:31 +02:00

25 lines
603 B
Meson

option('debug',
type : 'boolean',
value : false,
description : 'compile with debugging support')
option('maintainer-mode',
type : 'boolean',
value : false,
description : 'enable maintainer mode')
option('gtk-doc',
type : 'boolean',
value : false,
description : 'generate API reference')
option('introspection',
type : 'boolean',
value : true,
description : 'generate GObject Introspection data')
option('test-clients',
type : 'boolean',
value : false,
description : 'compile the test clients')