forked from ~ljy/RK356X_SDK_RELEASE

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