]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/orc/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / orc / Config.in
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.
8
9           https://gstreamer.freedesktop.org/projects/orc.html
10
11 comment "orc needs a toolchain w/ threads"
12         depends on !BR2_TOOLCHAIN_HAS_THREADS
13         depends on !BR2_BINFMT_FLAT