|
@@ -236,7 +236,9 @@ config BR2_PACKAGE_QT5BASE_FONTCONFIG
|
|
|
|
|
|
config BR2_PACKAGE_QT5BASE_HARFBUZZ
|
|
config BR2_PACKAGE_QT5BASE_HARFBUZZ
|
|
bool "harfbuzz support"
|
|
bool "harfbuzz support"
|
|
- select BR2_PACKAGE_HARFBUZZ if BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
|
|
|
+ select BR2_PACKAGE_HARFBUZZ if \
|
|
|
|
+ BR2_TOOLCHAIN_HAS_SYNC_4 && \
|
|
|
|
+ BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
help
|
|
help
|
|
This option enables HarfBuzz support (either system harfbuzz
|
|
This option enables HarfBuzz support (either system harfbuzz
|
|
if the toolchain supports __sync for 4 bytes, or the qt
|
|
if the toolchain supports __sync for 4 bytes, or the qt
|