summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-09-12 09:07:39 -0300
committerEuAndreh <eu@euandre.org>2026-09-12 09:07:39 -0300
commitc4f81e32b2223e58d7cea3801ef0fdc2775693af (patch)
tree8ba3dcbf86989a2e30e97d023f5e269f1ea9b0d6
parentm (diff)
downloadeuandre.org-c4f81e32b2223e58d7cea3801ef0fdc2775693af.tar.gz
euandre.org-c4f81e32b2223e58d7cea3801ef0fdc2775693af.tar.xz
meta.txt: Declare the imagemagick the favicon rules run
mkwbg(1) emits two rules that turn src/content/img/favicon.svg into favicon.ico and favicon.png, and both call convert(1): sh: line 1: convert: command not found make: *** [deps.mk:2037: src/content/favicon.ico] Error 127 The rules are not new --- they were in the tree before the renames, and a build sandbox has never had imagemagick. What changed is that the build now reaches them: it used to stop earlier, on the mkwb that the rename had turned into mkwbg. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015bWfjj7PP24iF5MqFHmdeC
Diffstat (limited to '')
-rw-r--r--meta.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.txt b/meta.txt
index 946e45a..ae0c48b 100644
--- a/meta.txt
+++ b/meta.txt
@@ -2,4 +2,4 @@ set ops
lang text
maturity alpha
dep dtarg eslaidesg eutg maritacag misctg mktorrentg mkwbg
-ext ghostscript gnupg moreutils
+ext ghostscript gnupg imagemagick moreutils