dconf-0.12.1

Introduction to DConf

The DConf package contains 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.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

DConf Dependencies

Required

D-BUS-1.4.20, Gtk+-3.4.3 and libxml2-2.7.8

Recommended

Optional

GTK-Doc-1.18

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dconf

Installation of DConf

Install DConf by running the following commands:

./configure --prefix=/usr \
            --sysconfdir=/etc \
            --libexecdir=/usr/lib/dconf &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--libexecdir=/usr/lib/dconf: This parameter causes the libexec files to be installed in the preferred location of /usr/lib/dconf instead of /usr/libexec.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: dconf, dconf-editor and dconf-service
Installed Libraries: libdconf-dbus-1.so and libdconf.so
Installed Directories: /usr/include/{dconf,dconf-dbus-1}, /usr/lib/dconf, /usr/share/dconf-editor and /usr/share/gtk-doc/html/dconf

Last updated on 2012-05-16 16:39:28 +0000