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

config DCONF
	tristate
	select GLIB
	select LIBC_RT
	select LIBC_RESOLV
	select DBUS
	prompt "dconf"
	help
	  dconf is a low-level configuration system. Its main purpose is to
	  provide a backend to GSettings on platforms that don't already have
	  configuration storage systems.