xref: /OK3568_Linux_fs/buildroot/package/libqb/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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