This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efl.

View the commit online.

commit 6c642eb12bfe549977c92b7cd94a587ab33f40f9
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Tue Aug 16 07:48:44 2022 -0400

    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'
 )
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to