fish: Fix wrong dependency
UCLIBC should be USE_UCLIBC Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
28d2516af5
commit
85bc7bc4f3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ define Package/fish
|
|||
CATEGORY:=Utilities
|
||||
SUBMENU:=Shells
|
||||
TITLE:=A smart and user-friendly command line shell
|
||||
DEPENDS:=+libncurses +libstdcpp +librt +libpcre2-32 @!UCLIBC
|
||||
DEPENDS:=+libncurses +libstdcpp +librt +libpcre2-32 @!USE_UCLIBC
|
||||
URL:=https://fishshell.com
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue