2021-06-08 14:32:09 +02:00
|
|
|
config BR2_PACKAGE_LIBQB
|
|
|
|
bool "libqb"
|
2021-07-16 23:04:32 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on !BR2_STATIC_LIBS
|
2021-06-08 14:32:09 +02:00
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
help
|
|
|
|
Library for client-server applications
|
|
|
|
|
|
|
|
https://github.com/ClusterLabs/libqb
|
2021-07-16 23:04:32 +02:00
|
|
|
|
|
|
|
comment "libqb needs a toolchain w/ threads, dynamic library"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|