Stop meson building the test clients by default

They are not cruicial for the library, so why build them?
This commit is contained in:
Gergely Polonkai 2018-05-10 15:27:42 +02:00
parent 9b3a15a527
commit 6df0952352
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ option('introspection',
option('test-clients',
type : 'boolean',
value : true,
value : false,
description : 'compile the test clients')