The libgudev package contains GObject bindings for libudev.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://download.gnome.org/sources//libgudev/238/libgudev-238.tar.xz
Download SHA256 Sum: 61266ab1afc9d73dbc60a8b2af73e99d2fdff47d99544d085760e4fa667b5dd1
Download MD5 sum: 46da30a1c69101c3a13fa660d9ab7b73
Download size: 152.6 KB
Estimated disk space required: 2,456.0 KB
Estimated build time: less than 0.5 SBU
GLib-2.86.2 (GObject Introspection required for GNOME)
"gtk-doc" and "umockdev" and (for testing)
Prepare libgudev by running the following commands:
meson setup build --prefix=/usr --buildtype=release
ninja -C build
![[Note]](../images/note.png)
The testsuite requires umockdev or none of the tests run. To test the results, issue:
ninja -C build test
Now Install the package, as the root user:
ninja -C build install
--buildtype=release: Specify a buildtype
suitable for stable releases of the package, as the default may
produce unoptimized binaries.
-D gtk_doc=true: Use this option if GTK-Doc is installed
and you wish to build and install the API documentation.