[Buildroot] [PATCH 1/1] package/harfbuzz: needs host gcc >= 4.8

Bernd Kuhls bernd.kuhls at t-online.de
Sat Sep 21 18:23:28 UTC 2019


Fixes:
http://autobuild.buildroot.net/results/c20/c209e1128cf4601e2f7dc131f82eec0b5df39f75/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/harfbuzz/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/harfbuzz/Config.in b/package/harfbuzz/Config.in
index e8f407bb8f..4fa2135966 100644
--- a/package/harfbuzz/Config.in
+++ b/package/harfbuzz/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_HARFBUZZ
 	bool "harfbuzz"
+	depends on BR2_HOST_GCC_AT_LEAST_4_8
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
@@ -14,4 +15,5 @@ config BR2_PACKAGE_HARFBUZZ
 comment "harfbuzz needs a toolchain w/ C++, gcc => 4.8"
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4
 	depends on !BR2_INSTALL_LIBSTDCPP || \
+		!BR2_HOST_GCC_AT_LEAST_4_8 || \
 		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
-- 
2.20.1



More information about the buildroot mailing list