]> git.mdlowis.com Git - proto/labwc.git/commitdiff
README.md: add some dependency versions
authorJohan Malm <jgm323@gmail.com>
Mon, 21 Dec 2020 18:51:31 +0000 (18:51 +0000)
committerJohan Malm <jgm323@gmail.com>
Mon, 21 Dec 2020 18:51:31 +0000 (18:51 +0000)
README.md

index d7c9a77e3feeed3cf7401bffd8b571b4106725ef..a6899308f6f0627cd67f58723b638a5a84197ae5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,9 +35,11 @@ The following were considered before choosing wlroots: [qtwayland](https://githu
 Dependencies include:
 
 - meson, ninja
-- wlroots (>=0.10.0)
-- wayland, wayland-protocols
+- wlroots (>0.12)
+- wayland (>=1.16)
+- wayland-protocols
 - xwayland
+- libinput (>=1.14)
 - libxml2
 - cairo, pango, glib-2.0
 - xcb
@@ -45,6 +47,8 @@ Dependencies include:
 
 For further details see [wiki/Build](https://github.com/johanmalm/labwc/wiki/Build).
 
+It seems a bit early to start tagging, but if you're running wlroots 0.10-0.12, checkout commit 071fcc6
+
 ## 3. Configure
 
 If you want to override the defaults, copy data/rc.xml to ~/.config/labwc/ and tweak to suit.
@@ -107,7 +111,12 @@ In order to keep the code base clean and maintainable, simplicy is favoured over
 
 ### In-scope
 
-Refer to these wiki pages for scope info: [progress](https://github.com/johanmalm/labwc/wiki/Scope-progress) [configuration](https://github.com/johanmalm/labwc/wiki/Scope-configuration) [specification](https://github.com/johanmalm/labwc/wiki/Scope-theme-specification) [actions](https://github.com/johanmalm/labwc/wiki/Scope-actions)
+Refer to these wiki pages for scope info:
+
+- [progress](https://github.com/johanmalm/labwc/wiki/Scope-progress)
+- [configuration](https://github.com/johanmalm/labwc/wiki/Scope-configuration)
+- [specification](https://github.com/johanmalm/labwc/wiki/Scope-theme-specification)
+- [actions](https://github.com/johanmalm/labwc/wiki/Scope-actions)
 
 ### Out-of-scope