libamcodec: fix build with musl
[buildroot-gz.git] / package / sed / Config.in
blob6adebf24de847a822afeb3320cdc39887436ae1b
1 config BR2_PACKAGE_SED
2         bool "sed"
3         depends on BR2_USE_WCHAR
4         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
5         help
6           Super-useful stream editor.
8           http://sed.sourceforge.net/
10 comment "sed needs a toolchain w/ wchar"
11         depends on !BR2_USE_WCHAR
12         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS