python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / time / Config.in
blob40275cf0e5c03ded98996ceb0cdbd2963f880269
1 config BR2_PACKAGE_TIME
2         bool "time"
3         depends on BR2_USE_MMU # fork()
4         # See https://savannah.gnu.org/bugs/index.php?48000
5         depends on !BR2_STATIC_LIBS
6         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
7         help
8           The GNU time utility.
10           http://savannah.gnu.org/projects/time/
12 comment "time needs a toolchain w/ dynamic library"
13         depends on BR2_USE_MMU
14         depends on BR2_STATIC_LIBS