[Buildroot] [git commit branch/2022.02.x] package/jack2: disable example tools

Peter Korsgaard peter at korsgaard.com
Tue Aug 30 16:09:27 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=2bcc94e808da90db08a73216ee1cdcda4f1eef6f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x

Disable example tools (enabled by default since bump to version 1.9.20
in commit 26ca7fec041836c31f29c5566365fe40eb552bca and
https://github.com/jackaudio/jack2/commit/508d95a97e0cdfad2e8c7d6cdd478741fdba2c87)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit d4ab37a333f9b84db5c975342234e953d986a6b4)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/jack2/jack2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/jack2/jack2.mk b/package/jack2/jack2.mk
index 73f723aef0..9e56dcdfd8 100644
--- a/package/jack2/jack2.mk
+++ b/package/jack2/jack2.mk
@@ -12,7 +12,7 @@ JACK2_CPE_ID_VENDOR = jackaudio
 JACK2_DEPENDENCIES = alsa-lib
 JACK2_INSTALL_STAGING = YES
 
-JACK2_CONF_OPTS = --alsa
+JACK2_CONF_OPTS = --alsa --example-tools=no
 
 ifeq ($(BR2_PACKAGE_LIBEXECINFO),y)
 JACK2_DEPENDENCIES += libexecinfo



More information about the buildroot mailing list