harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / xfsprogs / Config.in
blob9f0d2509c0d6eb5bdb5e621d7d2aa0d70cfe5100
1 comment "xfsprogs needs a glibc or uClibc toolchain w/ threads"
2         depends on BR2_USE_MMU
3         depends on BR2_TOOLCHAIN_USES_MUSL || !BR2_TOOLCHAIN_HAS_THREADS
5 config BR2_PACKAGE_XFSPROGS
6         bool "xfsprogs"
7         depends on BR2_USE_MMU # fork()
8         depends on !BR2_TOOLCHAIN_USES_MUSL
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         select BR2_PACKAGE_UTIL_LINUX
11         select BR2_PACKAGE_UTIL_LINUX_LIBUUID
12         select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
13         help
14           The XFS file system utilities and libraries
16           http://oss.sgi.com/projects/xfs/