From 4da5a3964a1f92da0ebc099208d410590ce7df56 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 7 Jan 2022 09:34:51 +0100 Subject: [PATCH] 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. --- ChangeLog.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 + `_ (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)