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