e3517f72e0
Webkit 2.4.x depends on gcc being >= 4.8.x so use the new BR2_TOOLCHAIN_GCC_AT_LEAST_X_Y knob and drop the manual x86* external toolchain exclusions. Follow up in the midori package as well. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
comment "midori needs libgtk2 and a toolchain w/ C++, wchar, NPTL, gcc >= 4.8"
|
|
depends on BR2_PACKAGE_WEBKITGTK24_ARCH_SUPPORTS
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_PACKAGE_LIBGTK2 \
|
|
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
|
|
config BR2_PACKAGE_MIDORI
|
|
bool "midori"
|
|
select BR2_PACKAGE_LIBSOUP
|
|
select BR2_PACKAGE_LIBSOUP_GNOME
|
|
select BR2_PACKAGE_LIBXML2
|
|
select BR2_PACKAGE_SQLITE
|
|
select BR2_PACKAGE_WEBKITGTK24
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
depends on (BR2_PACKAGE_LIBGTK2 && BR2_PACKAGE_XORG7)
|
|
depends on BR2_INSTALL_LIBSTDCPP # webkitgtk24
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # webkitgtk24
|
|
depends on BR2_USE_WCHAR # webkitgtk24
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # webkitgtk24
|
|
depends on BR2_PACKAGE_WEBKITGTK24_ARCH_SUPPORTS
|
|
help
|
|
Midori is a lightweight web browser based on WebKit
|
|
|
|
http://www.midori-browser.org/
|
|
|
|
if BR2_PACKAGE_MIDORI
|
|
|
|
config BR2_PACKAGE_MIDORI_HTTPS
|
|
bool "HTTPS support"
|
|
select BR2_PACKAGE_CA_CERTIFICATES # runtime
|
|
select BR2_PACKAGE_GLIB_NETWORKING
|
|
select BR2_PACKAGE_GNUTLS # for glib-networking
|
|
help
|
|
Enable HTTPS protocol support
|
|
|
|
endif
|