mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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>
17 lines
497 B
Plaintext
17 lines
497 B
Plaintext
config BR2_PACKAGE_SUNXI_CEDARX
|
|
bool "sunxi-cedarx"
|
|
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
|
|
video and image decoding, as used inside their A10 SoC's and
|
|
others.
|
|
|
|
http://github.com/linux-sunxi/cedarx-libs
|
|
http://linux-sunxi.org/CedarX
|
|
|
|
comment "sunxi-cedarx needs a glibc toolchain"
|
|
depends on BR2_arm
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|