Using ICU allows advanced localization features into CppCMS,
in another hand ICU is heavier than iconv.
-comment "cppcms needs a glibc toolchain w/ C++"
+comment "cppcms needs an (e)glibc toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC
-comment "gpu-viv-bin-mx6q requires a glibc toolchain"
+comment "gpu-viv-bin-mx6q needs an (e)glibc toolchain"
depends on !BR2_TOOLCHAIN_USES_GLIBC
config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
-comment "gst-plugin-x170 requires a toolchain which uses eglibc/glibc"
- depends on BR2_PACKAGE_GSTREAMER && BR2_arm926t && !BR2_TOOLCHAIN_USES_GLIBC
+comment "gst-plugin-x170 needs an (e)glibc toolchain"
+ depends on BR2_PACKAGE_GSTREAMER && BR2_arm926t
+ depends on !BR2_TOOLCHAIN_USES_GLIBC
help
Tool to decode tm6000 proprietary format streams
-comment "decode_tm6000 requires a GLIBC based toolchain"
+comment "decode_tm6000 needs an (e)glibc toolchain"
depends on !BR2_TOOLCHAIN_USES_GLIBC
config BR2_PACKAGE_LIBV4L_IR_KEYTABLE
help
Tool to alter keymaps of Remote Controller devices
-comment "ir-keytable requires a GLIBC based toolchain"
+comment "ir-keytable needs an (e)glibc toolchain"
depends on !BR2_TOOLCHAIN_USES_GLIBC
config BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE
mDNS domain .local.
http://0pointer.de/lennart/projects/nss-mdns/
+
+comment "nss-mdns needs an (e)glibc toolchain"
+ depends on BR2_USE_MMU && BR2_PACKAGE_AVAHI_DAEMON
+ depends on !BR2_TOOLCHAIN_USES_GLIBC
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
-comment "on2-8170 libs requires a linux kernel to be built"
- depends on !BR2_LINUX_KERNEL
+comment "on2-8170-libs needs an (e)glibc toolchain and a linux kernel to be built"
+ depends on BR2_arm926t
+ depends on !BR2_LINUX_KERNEL || !BR2_TOOLCHAIN_USES_GLIBC
config BR2_PACKAGE_SUNXI_CEDARX
bool "sunxi-cedarx"
- depends on BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
+ depends on BR2_arm
+ depends on BR2_TOOLCHAIN_USES_GLIBC
help
Sunxi CedarX decoder libraries. CedarX is Allwinner's
multimedia co-processing technology for hardware accelerated
http://github.com/linux-sunxi/cedarx-libs
http://linux-sunxi.org/CedarX
-comment "sunxi-cedarx requires an eglibc/glibc based toolchain"
- depends on !BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
+comment "sunxi-cedarx needs an (e)glibc toolchain"
+ depends on BR2_arm
+ depends on !BR2_TOOLCHAIN_USES_GLIBC
endif
-comment "sunxi-mali requires an eglibc/glibc based toolchain"
- depends on BR2_arm && !BR2_TOOLCHAIN_USES_GLIBC
+comment "sunxi-mali needs an (e)glibc toolchain"
+ depends on BR2_arm
+ depends on !BR2_TOOLCHAIN_USES_GLIBC
endif
-comment "ti-gfx requires an eglibc/glibc based toolchain and the linux kernel"
- depends on !(BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC) && BR2_arm
+comment "ti-gfx needs an (e)glibc toolchain and the linux kernel"
+ depends on BR2_arm
+ depends on !(BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC)