1config BR2_PACKAGE_QPID_PROTON 2 bool "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 6 help 7 The AMQP messaging toolkit 8 9 Qpid Proton is a high-performance, lightweight messaging 10 library. It can be used in the widest range of messaging 11 applications, including brokers, client libraries, routers, 12 bridges, proxies, and more. 13 14 https://qpid.apache.org/proton/ 15 16comment "qpid-proton needs a toolchain w/ dynamic library" 17 depends on BR2_STATIC_LIBS 18