The D-Bus GLib package contains GLib interfaces to the D-Bus API.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.114.tar.gz
Download SHA256 Sum: c09c5c085b2a0e391b8ee7d783a1d63fe444e96717cc1814d61b5e8fc2827a7c
Download MD5 sum: 188792077e880a8c0359288d7819dab3
Download size: 3,346.8 KB
Estimated disk space required: 8,482.8 KB
Estimated build time: less than 0.1 SBU
"gtk-doc"
Prepare D-Bus GLib by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-staticmake
To test the results, issue: make check. Note that more comprehensive tests can be run by following the same method used in D-Bus instructions, which requires building the package twice.
Now Install the package, as the root user:
make install
--disable-static: This switch prevents
installation of static versions of the libraries.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish to rebuild
and install the API documentation.