summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-26 23:21:26 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-26 23:21:26 +0400
commitb17cce0f8f6a9f96d08fbd255aa7f23139281954 (patch)
tree49fe130a7796ab30380be182c36b68d330c3678d
parenta2a69ec62e676f199c5e2802eb36c836e528eeab (diff)
fix(dep.sh): typo in font config package name
-rwxr-xr-xdep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep.sh b/dep.sh
index c2481f6..9857c39 100755
--- a/dep.sh
+++ b/dep.sh
@@ -87,7 +87,7 @@ check \
check \
cc:"c compiler is missing" \
curl \
- fc-cache:"font config is missing" \
+ fc-cache:"fontconfig is missing" \
ld:"linker is missing" \
make \
tic:"ncurses is missing" \