1 config BR2_PACKAGE_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
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
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