summaryrefslogtreecommitdiffstats
path: root/rules/dconf.in
blob: 36ee65050096116b16ba9c26a39515ac7843c02c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=staging
## old section:
### 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.

	  STAGING: remove in ptxdist-2019.02.0
	  Really old version that needs updating and fails to build.