416fd9cd13
Following the removal of eglibc support, this commit replaces all occurences of "(e)glibc" by just "glibc". Most of the occurences are in package Config.in comments. In addition, when the form "an (e)glibc ..." was used, it is replaced by "a glibc ...". [Peter: add new efi* packages, s/uclibc/uClibc as suggested by Romain, systemd / liquid-dsp tweaks as suggested by Yann] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
27 lines
996 B
Plaintext
27 lines
996 B
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_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/
|