Skip to content

Commit

Permalink
Make example-tools off by default
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Apr 13, 2022
1 parent a2fe7ec commit 6af0909
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6af0909

Please sign in to comment.