Config.in 344 B

123456789101112
  1. config 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. https://github.com/ClusterLabs/libqb
  9. comment "libqb needs a toolchain w/ threads, dynamic library"
  10. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS