summaryrefslogtreecommitdiffstats
path: root/rules/libsoup.in
blob: 72e18cc7429ef550e5a8d3b1e07578c42c1ba720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=networking

config LIBSOUP
	tristate
	select GLIB
	select SQLITE
	select LIBXML2
	select LIBXML2_OUTPUT
	select LIBXML2_SAX1
	prompt "libsoup"
	help
	  HTTP library implementation in C.