diff options
author | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:41:09 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:41:09 +0000 |
commit | c70505d7c7b7b48600f273357694b56ccf5d2a15 (patch) | |
tree | 21c27ac6ffced8d6d904e35bdb39baa5d685d829 /dwl-patches/patches/meson/README.md | |
download | dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.tar.gz dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.tar.bz2 dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.zip |
Diffstat (limited to 'dwl-patches/patches/meson/README.md')
-rw-r--r-- | dwl-patches/patches/meson/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dwl-patches/patches/meson/README.md b/dwl-patches/patches/meson/README.md new file mode 100644 index 0000000..4641bbf --- /dev/null +++ b/dwl-patches/patches/meson/README.md @@ -0,0 +1,19 @@ +### Description +Add the meson build system. + +This is useful for people who do not want to self-manage a wlroots installation. + +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) +- [2024-12-07](/dwl/dwl-patches/raw/branch/main/patches/meson/meson.patch) + +### Authors +- [sewn](/sewn) + |