Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
comment "midori needs libgtk3 and a glibc toolchain w/ C++, gcc >= 5"
|
||||
comment "midori needs libgtk3 and a glibc toolchain w/ C++, gcc >= 6, host gcc >= 4.8"
|
||||
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_PACKAGE_LIBGTK3 \
|
||||
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_5 || !BR2_TOOLCHAIN_USES_GLIBC
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_PACKAGE_LIBGTK3 || \
|
||||
!BR2_HOST_GCC_AT_LEAST_4_8 || !BR2_TOOLCHAIN_GCC_AT_LEAST_6 || \
|
||||
!BR2_TOOLCHAIN_USES_GLIBC
|
||||
|
||||
config BR2_PACKAGE_MIDORI
|
||||
bool "midori"
|
||||
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_HOST_GCC_AT_LEAST_4_8 # webkitgtk -> icu
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_6 # webkitgtk
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC # webkitgtk
|
||||
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
|
||||
# GCR can only be used with the X11 backend
|
||||
select BR2_PACKAGE_GCR if BR2_PACKAGE_LIBGTK3_X11
|
||||
select BR2_PACKAGE_GRANITE
|
||||
@@ -13,14 +21,7 @@ config BR2_PACKAGE_MIDORI
|
||||
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_5 # 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
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
MIDORI_VERSION = 0.5.11
|
||||
MIDORI_SOURCE = midori_$(MIDORI_VERSION)_all_.tar.bz2
|
||||
MIDORI_SITE = http://midori-browser.org/downloads
|
||||
MIDORI_LICENSE = LGPLv2.1+
|
||||
MIDORI_LICENSE = LGPL-2.1+
|
||||
MIDORI_LICENSE_FILES = COPYING
|
||||
MIDORI_DEPENDENCIES = \
|
||||
host-intltool \
|
||||
@@ -22,7 +22,7 @@ MIDORI_DEPENDENCIES = \
|
||||
libxml2 \
|
||||
sqlite \
|
||||
webkitgtk \
|
||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
||||
$(TARGET_NLS_DEPENDENCIES) \
|
||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||
|
||||
MIDORI_CONF_OPTS = \
|
||||
|
||||
Reference in New Issue
Block a user