Browse Source

Merge pull request #7229 from diizzyy/patch-14

fish: Add (lib)pcre2 dependency
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
b0bf54c9b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/fish/Makefile

+ 1
- 1
utils/fish/Makefile View 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
DEPENDS:=+libncurses +libstdcpp +librt +libpcre2-32
URL:=https://fishshell.com
endef


Loading…
Cancel
Save