package/pango: needs gcc >= 4.8
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 3 Aug 2019 19:14:58 +0000 (21:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 11 Aug 2019 20:51:21 +0000 (22:51 +0200)
Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pango/Config.in

index e8a53186754f686f07eb82a9dbdcff9844208bf4..cdf8b54171fefdf3f6365c4533a85b5991afc613 100644 (file)
@@ -5,6 +5,7 @@ config BR2_PACKAGE_PANGO
        depends on BR2_USE_MMU # glib2
        depends on BR2_INSTALL_LIBSTDCPP # freetype support
        depends on BR2_TOOLCHAIN_HAS_SYNC_4 # harfbuzz
+       depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # harfbuzz
        select BR2_PACKAGE_LIBGLIB2
        select BR2_PACKAGE_EXPAT
        select BR2_PACKAGE_CAIRO
@@ -22,8 +23,9 @@ config BR2_PACKAGE_PANGO
 
          http://www.pango.org/
 
-comment "pango needs a toolchain w/ wchar, threads, C++"
+comment "pango needs a toolchain w/ wchar, threads, C++, gcc >= 4.8"
        depends on BR2_USE_MMU
        depends on BR2_TOOLCHAIN_HAS_SYNC_4
        depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
+               !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
                !BR2_INSTALL_LIBSTDCPP