toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / qpid-proton / Config.in
blobf8aaf395fab927ffa225909ad71d9449c48d6675
1 config BR2_PACKAGE_QPID_PROTON
2         bool "qpid-proton"
3         depends on !BR2_STATIC_LIBS # build a shared library
4         depends on BR2_USE_WCHAR # util-linux
5         select BR2_PACKAGE_UTIL_LINUX
6         select BR2_PACKAGE_UTIL_LINUX_LIBUUID
7         help
8           The AMQP messaging toolkit
10           Qpid Proton is a high-performance, lightweight messaging library.
11           It can be used in the widest range of messaging applications,
12           including brokers, client libraries, routers, bridges, proxies, and
13           more.
15           https://qpid.apache.org/proton/
17 comment "qpid-proton needs a toolchain w/ dynamic library, wchar"
18         depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR