janus-gateway: make echo test plugin optional
[buildroot-gz.git] / package / qpid-proton / Config.in
blob47cddebe9141d236947472e99dc6ceaa9a60f986
1 config 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
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
12           more.
14           https://qpid.apache.org/proton/
16 comment "qpid-proton needs a toolchain w/ dynamic library"
17         depends on BR2_STATIC_LIBS