commit d594f9a1528376ca0fcac2f1b8d83397b1d63132 parent 86b45d5701e509660650facdad4f7bef8f4f5362 Author: nia <nia@netbsd.org> Date: Tue, 7 Jul 2020 22:52:46 +0100 Update list of dependencies Diffstat:
M | README.md | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -14,14 +14,15 @@ Dependencies * wayland * wayland-protocols * libdrm -* libinput (see my [libinput repository](https://github.com/oasislinux/libinput) - if you don't want the libudev dependency) +* libinput (on Linux only; see my + [libinput repository](https://github.com/oasislinux/libinput) if you don't + want the libudev dependency) * libxkbcommon * pixman * [wld](http://github.com/michaelforney/wld) -* linux\[>=3.12\] (for EVIOCREVOKE) +* linux\[>=3.12\] (for EVIOCREVOKE) or NetBSD\[>=9.0\] -For input hotplugging, the following is also required: +For input hotplugging on Linux, the following is also required: * libudev Implementing a window manager using swc