1config BR2_PACKAGE_LIBQB 2 bool "libqb" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 depends on !BR2_STATIC_LIBS 5 select BR2_PACKAGE_LIBXML2 6 help 7 Library for client-server applications 8 9 https://github.com/ClusterLabs/libqb 10 11comment "libqb needs a toolchain w/ threads, dynamic library" 12 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 13