Make example-tools off by default

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-04-13 17:21:30 +01:00
parent a2fe7ec2fd
commit 6af0909e1d
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
ChangeLog
#########
* 1.9.21 (2022-04-15)
* The waf autooption ``--example-tools`` introduced in 1.9.20 is now off by default,
To get the previous behavior back pass ``--example-tools`` during build.
This flag (and the related tools and their code) are going to be removed in the next release.
*
External changes, related to macOS/Windows installer:
*
* 1.9.20 (2022-01-15)
* Add waf autooption ``--example-tools`` to allow optional build of

View File

@ -136,7 +136,7 @@ def options(opt):
'example-tools',
help='Build with jack-example-tools',
conf_dest='BUILD_JACK_EXAMPLE_TOOLS',
default=True,
default=False,
)
# Suffix _PKG to not collide with HAVE_OPUS defined by the option.