summaryrefslogtreecommitdiffstats
path: root/windowmanagers
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-14 01:07:00 +0200
committerFlorian Franzmann2022-05-14 01:07:00 +0200
commitdec3ea062849bfe060179b0a244cc2fd73465380 (patch)
treea41255e4d9197eb6c42b96c12ba69823a06638a2 /windowmanagers
parent5b1f9a02e28725328bbb4a9d2f165fb6e2913c58 (diff)
windowmanagers/i3: fix missing dependency
Diffstat (limited to 'windowmanagers')
-rwxr-xr-xwindowmanagers/i3/DEPENDS3
-rw-r--r--windowmanagers/i3/HISTORY2
2 files changed, 4 insertions, 1 deletions
diff --git a/windowmanagers/i3/DEPENDS b/windowmanagers/i3/DEPENDS
index 451c9747c4..176812d2bb 100755
--- a/windowmanagers/i3/DEPENDS
+++ b/windowmanagers/i3/DEPENDS
@@ -20,6 +20,9 @@ depends pkgconfig &&
optional_depends asciidoc 'docs=true' 'docs=false' 'to regenerate the hacking-howto' &&
optional_depends xmlto 'mans=true' 'mans=false' 'to regenerate the manpage' &&
+if is_depends_enabled $SPELL xmlto; then
+ depends asciidoc "docs=true"
+fi
suggest_depends xmessage '' '' 'for the welcome message' &&
suggest_depends perl '' '' 'for i3-dmenu-desktop (requires dmenu)' &&
diff --git a/windowmanagers/i3/HISTORY b/windowmanagers/i3/HISTORY
index 27f81e2687..46bdb2ae44 100644
--- a/windowmanagers/i3/HISTORY
+++ b/windowmanagers/i3/HISTORY
@@ -1,5 +1,5 @@
2022-05-14 Florian Franzmann <bwlf@bandrate.org>
- * DEPENDS: use MESON_DEPENDS
+ * DEPENDS: use MESON_DEPENDS, add missing dependency
* CONFIGURE: make executable
2021-11-06 Florian Franzmann <bwlf@bandrate.org>