xref: /OK3568_Linux_fs/buildroot/package/libxmlrpc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBXMLRPC
2*4882a593Smuzhiyun	bool "libxmlrpc"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	select BR2_PACKAGE_LIBCURL
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  XML-RPC is a quick-and-easy way to make procedure calls over
7*4882a593Smuzhiyun	  the Internet. It converts the procedure call into an XML
8*4882a593Smuzhiyun	  document, sends it to a remote server using HTTP, and gets
9*4882a593Smuzhiyun	  back the response as XML.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://xmlrpc-c.sourceforge.net/
12*4882a593Smuzhiyun
13*4882a593Smuzhiyunif BR2_PACKAGE_LIBXMLRPC
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBXMLRPC_TOOLS_XMLRPC
16*4882a593Smuzhiyun	bool "install cli tool"
17*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
18*4882a593Smuzhiyun	help
19*4882a593Smuzhiyun	  Command line tool xmlrpc.
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuncomment "cli tool needs a toolchain w/ dynamic library"
22*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
23*4882a593Smuzhiyun
24*4882a593Smuzhiyunendif # BR2_PACKAGE_LIBXMLRPC
25*4882a593Smuzhiyun
26*4882a593Smuzhiyuncomment "libxmlrpc needs a toolchain w/ threads"
27*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
28