summaryrefslogtreecommitdiffstats
path: root/rules/json-glib.in
blob: b87a49a1849bfb640f7d5e4df3f21a7338dc3076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=multimedia_gtk

config JSON_GLIB
	tristate
	prompt "json-glib"
	select GLIB
	select GOBJECT_INTROSPECTION	if JSON_GLIB_INTROSPECTION
	help
	  A library providing (de)serialization support for the JSON format.

if JSON_GLIB

config JSON_GLIB_INTROSPECTION
	bool
	default GOBJECT_INTROSPECTION_HELPER

endif