xref: /OK3568_Linux_fs/buildroot/package/jq/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_JQ
2	bool "jq"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	help
5	  jq is like sed for JSON data - you can use it to slice and
6	  filter and map and transform structured data with the same
7	  ease that sed, awk, grep and friends let you play with text.
8
9	  http://stedolan.github.io/jq/
10
11comment "jq needs a toolchain w/ threads"
12	depends on !BR2_TOOLCHAIN_HAS_THREADS
13