From 6c642eb12bfe549977c92b7cd94a587ab33f40f9 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 16 Aug 2022 07:48:44 -0400 Subject: [PATCH] efl: Disable examples by default These are typically not required for an end-user unless they are coding something, in which case if they want the examples they can pass a build option for that --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 27ace2e7eb..b87aa6988f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -96,7 +96,7 @@ option('debug-threads', option('build-examples', type : 'boolean', - value : true, + value : false, description : 'Compile examples' )