7d6c0de238
Bump to version 0.5.9 which uses the new webkit2 API (gtk3) or alternatively fallback to webkit1 compatibility API (gtk2). The old webkit is completely unsupported now, it makes no sense because of instability and security issues. Even though there's a newer midori 0.5.10 release it was skipped on purpose since it's very unstable. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
comment "midori needs libgtk2 and a toolchain w/ C++, wchar, NPTL"
|
|
depends on BR2_PACKAGE_WEBKITGTK24_ARCH_SUPPORTS
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_PACKAGE_LIBGTK2
|
|
|
|
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_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
|