Browse Source

Make example-tools off by default

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.21
falkTX 2 years ago
parent
commit
c9d8173d27
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 11 additions and 1 deletions
  1. +10
    -0
      ChangeLog.rst
  2. +1
    -1
      wscript

+ 10
- 0
ChangeLog.rst 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


+ 1
- 1
wscript 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.


Loading…
Cancel
Save