1 config BR2_PACKAGE_QPID_PROTON
3 depends on !BR2_STATIC_LIBS # build a shared library
4 select BR2_PACKAGE_UTIL_LINUX
5 select BR2_PACKAGE_UTIL_LINUX_LIBUUID
7 The AMQP messaging toolkit
9 Qpid Proton is a high-performance, lightweight messaging library.
10 It can be used in the widest range of messaging applications,
11 including brokers, client libraries, routers, bridges, proxies, and
14 https://qpid.apache.org/proton/
16 comment "qpid-proton needs a toolchain w/ dynamic library"
17 depends on BR2_STATIC_LIBS