From dbf34f5c117c87be58e485605bbe8dec07762897 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 3 Apr 2022 11:20:58 +0200 Subject: [PATCH] package/python-brotli: add missing C++ comment python-brotli needs C++ since its addition in commit 2f176b837bbd2eb5ab4d23b7ba0528e548287aa7 so add a comment about it Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/python-brotli/Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/python-brotli/Config.in b/package/python-brotli/Config.in index 1c09c26866..c31315392b 100644 --- a/package/python-brotli/Config.in +++ b/package/python-brotli/Config.in @@ -5,3 +5,6 @@ config BR2_PACKAGE_PYTHON_BROTLI Python bindings for the Brotli compression library. https://github.com/google/brotli + +comment "python-brotli needs a toolchain w/ C++" + depends on !BR2_INSTALL_LIBSTDCPP