aboutsummaryrefslogtreecommitdiff
path: root/DEPENDS
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2014-08-05 11:49:16 +0200
committerMichael Stapelberg <michael@stapelberg.de>2014-08-05 11:49:16 +0200
commit1ee6bf10774a31f9f684f0b83cc7a231ac4ffe39 (patch)
treef1b0842cfce8827f99908a78f5828737a6d36f24 /DEPENDS
parentcc09348414472e68287ab918df57158552146f72 (diff)
downloadi3-1ee6bf10774a31f9f684f0b83cc7a231ac4ffe39.tar.gz
i3-1ee6bf10774a31f9f684f0b83cc7a231ac4ffe39.zip
make AnyEvent::I3 dependency versioned (Thanks sur5r)
Diffstat (limited to 'DEPENDS')
-rw-r--r--DEPENDS6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEPENDS b/DEPENDS
index 2d62e748..d5dae142 100644
--- a/DEPENDS
+++ b/DEPENDS
@@ -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.