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
6df0952352
@ -20,5 +20,5 @@ option('introspection',
|
||||
|
||||
option('test-clients',
|
||||
type : 'boolean',
|
||||
value : true,
|
||||
value : false,
|
||||
description : 'compile the test clients')
|
||||
|
Loading…
Reference in New Issue
Block a user