diff options
author | Simon Ser <contact@emersion.fr> | 2023-02-02 12:14:11 +0100 |
---|---|---|
committer | Alexander Orzechowski <alex@ozal.ski> | 2023-02-28 14:44:02 +0000 |
commit | 35da9970019be6580394d5d6234b8ede0b2f0d5a (patch) | |
tree | 4bc97c7befa137c1722242125ece4aa132811c52 /README.md | |
parent | 40117e1e0df79aaffd307a238fb973f0bf1edf78 (diff) |
backend/drm: use libdisplay-info to parse EDID
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,7 @@ Install dependencies: * pixman * [libseat] (optional, for the session) * [hwdata] (optional, for the DRM backend) +* [libdisplay-info] (optional, for the DRM backend) * [libliftoff] (optional, for the DRM backend) If you choose to enable X11 support: @@ -81,5 +82,6 @@ See [CONTRIBUTING.md]. [wrapper libraries]: https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/Projects-which-use-wlroots#wrapper-libraries [libseat]: https://git.sr.ht/~kennylevinsen/seatd [hwdata]: https://github.com/vcrhonek/hwdata +[libdisplay-info]: https://gitlab.freedesktop.org/emersion/libdisplay-info [libliftoff]: https://gitlab.freedesktop.org/emersion/libliftoff [CONTRIBUTING.md]: https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/CONTRIBUTING.md |