1config BR2_PACKAGE_ORC 2 bool "orc" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 help 5 Orc is a library and set of tools for compiling and executing 6 very simple programs that operate on arrays of data. 7 8 https://gstreamer.freedesktop.org/projects/orc.html 9 10comment "orc needs a toolchain w/ threads" 11 depends on !BR2_TOOLCHAIN_HAS_THREADS 12