From 11845450fb2dc267e061134d09ea03f3361c05e7 Mon Sep 17 00:00:00 2001 From: sewn Date: Tue, 27 Aug 2024 16:11:14 +0300 Subject: [PATCH] meson: document hwdata requirement for drm --- patches/meson/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patches/meson/README.md b/patches/meson/README.md index d6fbf66..1063b3b 100644 --- a/patches/meson/README.md +++ b/patches/meson/README.md @@ -7,6 +7,8 @@ To enable Xwayland support, you will need to enable it in the wlroots subproject ```sh meson setup -Dwlroots:xwayland=enabled build ``` +It is also reccomended to see the wlroots meson project configuration logs for any +unusual checks, such as requiring `hwdata` for the DRM backend. ### Download - [git branch](/sewn/dwl/src/branch/meson)