Revert "backend/drm: fetch EDID manufacturer from udev_hwdb"

This reverts commit e646d882cf.

This commit has added a dependency on udev_hwdb. This API isn't
available on all platforms (e.g. FreeBSD), and further deepens
our udev dependency. A better solution is being worked on in [1].

[1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3638
This commit is contained in:
Simon Ser 2022-09-14 09:54:52 +02:00
parent 4152db92ef
commit d75b4d8e86
3 changed files with 74 additions and 56 deletions

View file

@ -58,7 +58,6 @@ struct wlr_drm_backend {
const struct wlr_drm_interface *iface;
clockid_t clock;
bool addfb2_modifiers;
struct udev_hwdb *hwdb;
int fd;
char *name;