fish: Fix wrong dependency
authorRosen Penev <rosenp@gmail.com>
Mon, 27 May 2019 23:55:02 +0000 (16:55 -0700)
committerGitHub <noreply@github.com>
Mon, 27 May 2019 23:55:02 +0000 (16:55 -0700)
UCLIBC should be USE_UCLIBC

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/fish/Makefile

index 79fe08920559dcd45168895784584d9417c16057..8ce4474256fb9336034e4f83f894637892a3d810 100644 (file)
@@ -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