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

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