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
This commit is contained in:
Christopher Michael 2022-08-16 07:48:44 -04:00
parent ab92af333e
commit 6c642eb12b
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ option('debug-threads',
option('build-examples',
type : 'boolean',
value : true,
value : false,
description : 'Compile examples'
)