mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #5627 from tymmej/zsh-missing-libcap
zsh: add required dependency(issue #5514)
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ define Package/zsh
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Shells
|
||||
TITLE:=The Z shell
|
||||
DEPENDS:=+libncurses +libncursesw +libpcre +librt
|
||||
DEPENDS:=+libcap +libncurses +libncursesw +libpcre +librt
|
||||
URL:=http://www.zsh.org/
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user