package/python-simplejson: bump version to 3.8.2
[buildroot-gz.git] / package / orc / Config.in
blob2470d992843162253a46da30f39f1e53a217538d
1 config BR2_PACKAGE_ORC
2         bool "orc"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on !BR2_BINFMT_FLAT # configure doesn't know uclinux
5         help
6           Orc is a library and set of tools for compiling and executing
7           very simple programs that operate on arrays of data.
9           http://code.entropywave.com/projects/orc/
11 comment "orc needs a toolchain w/ threads"
12         depends on !BR2_TOOLCHAIN_HAS_THREADS
13         depends on !BR2_BINFMT_FLAT