Stop meson building the test clients by default

They are not cruicial for the library, so why build them?
master
Gergely Polonkai 5 years ago
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…
Cancel
Save