From eec95e3d5e1a4f2e13b1f6b34cc287475ca57daf Mon Sep 17 00:00:00 2001 From: illiliti Date: Mon, 27 Jun 2022 00:11:47 +0300 Subject: backend/drm: use pnp.ids to fetch EDID data --- .builds/alpine.yml | 1 + .builds/archlinux.yml | 1 + .builds/freebsd.yml | 1 + 3 files changed, 3 insertions(+) (limited to '.builds') diff --git a/.builds/alpine.yml b/.builds/alpine.yml index ab613b28..6028af00 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -17,6 +17,7 @@ packages: - xcb-util-wm-dev - xwayland - libseat-dev + - hwdata sources: - https://gitlab.freedesktop.org/wlroots/wlroots.git tasks: diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index ec98563c..2d62d0d1 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -18,6 +18,7 @@ packages: - vulkan-icd-loader - vulkan-headers - glslang + - hwdata sources: - https://gitlab.freedesktop.org/wlroots/wlroots.git tasks: diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index dc79d561..0f4007bb 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -25,6 +25,7 @@ packages: - x11-servers/xwayland - sysutils/seatd - gmake + - hwdata sources: - https://gitlab.freedesktop.org/wlroots/wlroots.git tasks: -- cgit v1.2.3