The libdisplay-info package provides a set of high-level and low-level functions to access detailed Extended Display Identification Data (EDID) information.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/0.3.0/downloads/libdisplay-info-0.3.0.tar.xz
Download SHA256 Sum: 6ae77cd937f9cf7d1321d35c116062c4911e8447010a6a713ac4286f7a9d5987
Download MD5 sum: f2a15697f6e8c66722b7760ceccbed60
Download size: 814.9 KB
Estimated disk space required: 2,403.8 KB
Estimated build time: less than 0.1 SBU
Prepare libdisplay-info by running the following commands:
meson setup build --prefix=/usr --buildtype=release
ninja -C build
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.