aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-11-03 09:25:33 +0200
committerGitHub <noreply@github.com>2018-11-03 09:25:33 +0200
commitb0bf54c9b32bc20244d6eab2bea112c866f67625 (patch)
tree8a952c5d56f849446f79cfbc0cee824901cf1964 /utils
parentea8f30cf651a9a8878d162abd878b17cd63bf81c (diff)
parent497bb4ff0c79d2bb22baaf0ce8157a014763f215 (diff)
Merge pull request #7229 from diizzyy/patch-14
fish: Add (lib)pcre2 dependency
Diffstat (limited to 'utils')
-rw-r--r--utils/fish/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fish/Makefile b/utils/fish/Makefile
index 4c4e10898..672d71231 100644
--- a/utils/fish/Makefile
+++ b/utils/fish/Makefile
@@ -25,7 +25,7 @@ define Package/fish
CATEGORY:=Utilities
SUBMENU:=Shells
TITLE:=A smart and user-friendly command line shell
- DEPENDS:=+libncurses +libstdcpp +librt
+ DEPENDS:=+libncurses +libstdcpp +librt +libpcre2-32
URL:=https://fishshell.com
endef