|
@@ -1,7 +1,7 @@
|
|
|
comment "midori needs libgtk3 and an (e)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_GCC_AT_LEAST_4_9 || !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
|
|
config BR2_PACKAGE_MIDORI
|
|
|
bool "midori"
|
|
@@ -18,6 +18,7 @@ config BR2_PACKAGE_MIDORI
|
|
|
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
|