5f14d03632
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter m in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> 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"
|
|
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
|
|
# 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
|
|
help
|
|
Midori is a lightweight web browser based on WebKit
|
|
|
|
http://www.midori-browser.org/
|