[Buildroot] [git commit] package/woff2: add a comment for C++

Peter Korsgaard peter at korsgaard.com
Tue May 14 21:31:36 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=47840289bfa1f4b95555ec9153c952f9c81af349
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

woff2 depends on C++ so add a comment if C++ is not enabled

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Reviewed-by: Adrian Perez de Castro <aperez at igalia.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/woff2/Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/woff2/Config.in b/package/woff2/Config.in
index 48672570dd..d280414d4c 100644
--- a/package/woff2/Config.in
+++ b/package/woff2/Config.in
@@ -7,3 +7,6 @@ config BR2_PACKAGE_WOFF2
 	  typically used for Web fonts
 
 	  https://github.com/google/woff2
+
+comment "woff2 needs a toolchain w/ C++"
+	depends on !BR2_INSTALL_LIBSTDCPP


More information about the buildroot mailing list