From 6df09523526ed020ac4876f5532634262ee3571b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 10 May 2018 15:27:42 +0200 Subject: [PATCH] Stop meson building the test clients by default They are not cruicial for the library, so why build them? --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 9f0faf4..8508f5d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -20,5 +20,5 @@ option('introspection', option('test-clients', type : 'boolean', - value : true, + value : false, description : 'compile the test clients')