summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2022-04-13 17:21:30 +0100
committerfalkTX <falktx@falktx.com>2022-04-13 17:24:02 +0100
commitc9d8173d2724526ed1a17ca06c77c21d69b9100c (patch)
tree69d749743ecdd89eadcd2f1c7d62bd4e0e4795e5
parent4c55ca8be07a3af5e053a00aa550b1a2fe73c81e (diff)
downloadjack2-c9d8173d2724526ed1a17ca06c77c21d69b9100c.tar.gz
Make example-tools off by default
Signed-off-by: falkTX <falktx@falktx.com>
-rw-r--r--ChangeLog.rst10
-rw-r--r--wscript2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 6afe4dff..96430ea8 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -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
diff --git a/wscript b/wscript
index 16af1695..fcd26879 100644
--- a/wscript
+++ b/wscript
@@ -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.