mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +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
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Shells
|
SUBMENU:=Shells
|
||||||
TITLE:=The Z shell
|
TITLE:=The Z shell
|
||||||
DEPENDS:=+libncurses +libncursesw +libpcre +librt
|
DEPENDS:=+libcap +libncurses +libncursesw +libpcre +librt
|
||||||
URL:=http://www.zsh.org/
|
URL:=http://www.zsh.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user