]> git.sur5r.net Git - i3/i3/blobdiff - DEPENDS
Improve error message when a full_text property is missing
[i3/i3] / DEPENDS
diff --git a/DEPENDS b/DEPENDS
index b56e2ec8cb00531f6fe365b2ca423d9bfa7bfa7c..d5dae1429d05192a5d0bb56671354d34933b3cb4 100644 (file)
--- a/DEPENDS
+++ b/DEPENDS
@@ -10,8 +10,8 @@
 │ pkg-config   │ 0.25   │ 0.26   │ http://pkgconfig.freedesktop.org/      │
 │ libxcb       │ 1.1.93 │ 1.10   │ http://xcb.freedesktop.org/dist/       │
 │ xcb-util     │ 0.3.3  │ 0.4.1  │ http://xcb.freedesktop.org/dist/       │
-│ xkbcommon    │ 0.2.0  │ 0.4.0  │ http://xkbcommon.org/                  │
-│ xkbcommon-x11│ 0.2.0  │ 0.4.0  │ http://xkbcommon.org/                  │
+│ xkbcommon    │ 0.4.0  │ 0.4.0  │ http://xkbcommon.org/                  │
+│ xkbcommon-x11│ 0.4.0  │ 0.4.0  │ http://xkbcommon.org/                  │
 │ util-cursor³ │ 0.0.99 │ 0.0.99 │ http://xcb.freedesktop.org/dist/       │
 │ libev        │ 4.0    │ 4.11   │ http://libev.schmorp.de/               │
 │ yajl         │ 2.0.1  │ 2.0.4  │ http://lloyd.github.com/yajl/          │
@@ -37,6 +37,6 @@
  i3-migrate-config-to-v4 and i3-dmenu-desktop are implemented in Perl, but have
  no dependencies besides Perl 5.10.
 
- i3-save-tree is also implemented in Perl and needs AnyEvent::I3 and JSON::XS.
- While i3-save-tree is not required for running i3 itself, it is strongly
- recommended to provide it in distribution packages.
+ i3-save-tree is also implemented in Perl and needs AnyEvent::I3 (>= 0.12) and
+ JSON::XS. While i3-save-tree is not required for running i3 itself, it is
strongly recommended to provide it in distribution packages.