libgtk3: remove non-existent configure options
[buildroot-gz.git] / package / coreutils / Config.in
blob11a6019e820f8edeebb50236e2f8daf8a8c6b39a
1 config BR2_PACKAGE_COREUTILS
2         bool "coreutils"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
6         help
7           All of the basic file/text/shell utilities. These are the
8           core utilities which are expected to exist on every system.
9           BusyBox implements many of the most common.
11           Things like:
12           - chmod, cp, dd, dir, ls, etc...
13           - sort, tr, head, tail, wc, etc...
14           - whoami, who, etc...
16           http://www.gnu.org/software/coreutils/
18 comment "coreutils needs a toolchain w/ wchar"
19         depends on BR2_USE_MMU
20         depends on !BR2_USE_WCHAR
21         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS