meson: document hwdata requirement for drm

This commit is contained in:
sewn 2024-08-27 16:11:14 +03:00
parent e5d935fd72
commit 11845450fb
No known key found for this signature in database

View File

@ -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)