mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
fish: Fix wrong dependency
UCLIBC should be USE_UCLIBC Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ define Package/fish
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Shells
|
SUBMENU:=Shells
|
||||||
TITLE:=A smart and user-friendly command line shell
|
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
|
URL:=https://fishshell.com
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user