Commit 35770edf authored by Alvaro G. M's avatar Alvaro G. M Committed by Peter Korsgaard
Browse files
parent b0be5a20
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBXMLRPC
	bool "libxmlrpc"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	select BR2_PACKAGE_LIBCURL
	help
	  XML-RPC is a quick-and-easy way to make procedure calls over
@@ -8,3 +9,6 @@ config BR2_PACKAGE_LIBXMLRPC
	  back the response as XML.

	  http://xmlrpc-c.sourceforge.net/

comment "libxmlrpc needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_HAS_THREADS