summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2022-01-07 09:34:51 +0100
committerFilipe Coelho <falktx@falktx.com>2022-01-07 19:26:48 +0000
commit4da5a3964a1f92da0ebc099208d410590ce7df56 (patch)
treeb8ce191fbe499d61f913421badc28e5ec73dec28
parent61a708f2c6873881ae36fa2f01b38a15bfc3f681 (diff)
downloadjack2-4da5a3964a1f92da0ebc099208d410590ce7df56.tar.gz
Add changelog entry for optional example tools
ChangeLog.rst: Add changelog entry for new configure option to allow not to build files provided by jack-example-tools.
-rw-r--r--ChangeLog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index cb67a853..080602be 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -5,6 +5,11 @@ ChangeLog
* WIP
* Fix incomplete ASIO support on Windows
+ * Add waf autooption ``--example-tools`` to allow optional build of
+ executables, libraries and man pages provided by `jack-example-tools
+ <https://github.com/jackaudio/jack-example-tools>`_ (the files are built by
+ default). Building and installing the additional files can be disabled by
+ using ``--example-tools=no`` or ``--no-example-tools``.
* 1.9.19 (2021-07-15)