Stop meson building the test clients by default
They are not cruicial for the library, so why build them?
This commit is contained in:
parent
9b3a15a527
commit
8d1401995b
@ -20,5 +20,5 @@ option('introspection',
|
|||||||
|
|
||||||
option('test-clients',
|
option('test-clients',
|
||||||
type : 'boolean',
|
type : 'boolean',
|
||||||
value : true,
|
value : false,
|
||||||
description : 'compile the test clients')
|
description : 'compile the test clients')
|
||||||
|
Loading…
Reference in New Issue
Block a user