2f89476ad9
This patch is based on a patch sent by Vicente Olivert Riera and commented by Arnout Vandecappelle [1]. - Bump version to 1.23 - Add a hook to fix cross-compilation - Fix license and license files - Remove patch applied upstream - Add a BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS variable - Propagate the dependencies using that variable: * package/cppcms * package/crda * package/gnupg2 - package/gcr - package/midori * package/kodi * package/libaacs * package/libassuan * package/libgcrypt * package/libgpgme * package/libksba * package/libmicrohttpd - package/janus-gateway - package/kodi - package/ola - package/systemd * package/libssh * package/libssh2 - package/php-ssh2 * package/netatalk * package/network-manager * package/ntfs-3g * package/opkg * package/php-gnupg * package/rng-tools * package/strongswan * package/vpnc [1] http://patchwork.ozlabs.org/patch/416427/ Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> [Thomas: - rebase on master - changing systemd no longer needed, as it no longer selects libgcrypt.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> [Maxime: - rebase on master - bump to new version - propagate dependencies to missing packages] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> [Thomas: - fix hash file. - change the way to handle the various arch so that it works properly for uClibc. - add nios2 arch support. - Maxime Hadjinlian learned some basic Emacs-fu to do the final fixups of this commit.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
comment "midori needs libgtk3 and a glibc toolchain w/ C++, gcc >= 4.9"
|
|
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_PACKAGE_LIBGTK3 \
|
|
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
config BR2_PACKAGE_MIDORI
|
|
bool "midori"
|
|
# GCR can only be used with the X11 backend
|
|
select BR2_PACKAGE_GCR if BR2_PACKAGE_LIBGTK3_X11
|
|
select BR2_PACKAGE_GRANITE
|
|
select BR2_PACKAGE_LIBSOUP
|
|
select BR2_PACKAGE_LIBSOUP_GNOME
|
|
select BR2_PACKAGE_LIBXML2
|
|
select BR2_PACKAGE_SQLITE
|
|
select BR2_PACKAGE_WEBKITGTK
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt, gcr, gnupg2
|
|
depends on BR2_PACKAGE_LIBGTK3
|
|
depends on BR2_INSTALL_LIBSTDCPP # webkitgtk
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # webkitgtk
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # webkitgtk
|
|
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
|
|
help
|
|
Midori is a lightweight web browser based on WebKit
|
|
|
|
http://www.midori-browser.org/
|