xref: /OK3568_Linux_fs/buildroot/package/libnetconf2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBNETCONF2
2*4882a593Smuzhiyun	bool "libnetconf2"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
5*4882a593Smuzhiyun	depends on BR2_USE_MMU
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBYANG
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  libnetconf2 is a NETCONF library in C intended for building
9*4882a593Smuzhiyun	  NETCONF clients and servers.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://github.com/CESNET/libnetconf2
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "libnetconf2 needs a toolchain w/ threads, dynamic libraray"
14*4882a593Smuzhiyun	depends on BR2_USE_MMU
15*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
16