[Buildroot] [PATCH 1/2] package/python-brotli: add missing C++ comment

Fabrice Fontaine fontaine.fabrice at gmail.com
Sun Apr 3 09:20:58 UTC 2022


python-brotli needs C++ since its addition in commit
2f176b837bbd2eb5ab4d23b7ba0528e548287aa7 so add a comment about it

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 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
-- 
2.35.1




More information about the buildroot mailing list