Config.in 339 B

1234567891011
  1. config 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. https://gstreamer.freedesktop.org/projects/orc.html
  8. comment "orc needs a toolchain w/ threads"
  9. depends on !BR2_TOOLCHAIN_HAS_THREADS