package/efl: drop dependency on gcc >= 4.8

Drop dependency on gcc >= 4.8 for efl options as it is guaranted since
commit dbe2d2e686 which added a dependency
on gcc >= 4.9 for efl

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2021-01-29 18:43:37 +01:00 committed by Thomas Petazzoni
parent bd9b7b092c
commit 5183d04270

View File

@ -143,15 +143,11 @@ comment "Warning: one of the recommended option for EFL is not enabled"
config BR2_PACKAGE_EFL_EOLIAN_CPP config BR2_PACKAGE_EFL_EOLIAN_CPP
bool "Enable Eolian C++ bindings" bool "Enable Eolian C++ bindings"
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # Eolian needs C++11
help help
Eolian is an EO object parser and code generator. Eolian is an EO object parser and code generator.
With this option enabled Eolian will handle automatic With this option enabled Eolian will handle automatic
generation of EFL bindings for the C++11 language. generation of EFL bindings for the C++11 language.
comment "Eolian needs gcc >= 4.8"
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
comment "libecore video support" comment "libecore video support"
config BR2_PACKAGE_EFL_FB config BR2_PACKAGE_EFL_FB
@ -270,17 +266,11 @@ config BR2_PACKAGE_EFL_SVG
bool "SVG loader" bool "SVG loader"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # librsvg depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # librsvg
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # librsvg -> pango -> harfbuzz depends on BR2_TOOLCHAIN_HAS_SYNC_4 # librsvg -> pango -> harfbuzz
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # librsvg -> pango -> harfbuzz
select BR2_PACKAGE_LIBRSVG select BR2_PACKAGE_LIBRSVG
select BR2_PACKAGE_CAIRO select BR2_PACKAGE_CAIRO
help help
This option enables the Evas generic SVG loader This option enables the Evas generic SVG loader
comment "SVG loader needs a toolchain w/ gcc >= 4.8"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
depends on BR2_TOOLCHAIN_HAS_SYNC_4
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
endif # BR2_PACKAGE_EFL endif # BR2_PACKAGE_EFL
comment "efl needs a toolchain w/ C++, dynamic library, gcc >= 4.9, host gcc >= 4.9, threads, wchar" comment "efl needs a toolchain w/ C++, dynamic library, gcc >= 4.9, host gcc >= 4.9, threads, wchar"