fish: Add (lib)pcre2 dependency

Use the shared version of libpcre2 instead of bundled.

Fixes the following error:
Package fish is missing dependencies for the following libraries:
libpcre2-32.so.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg 2018-10-21 10:53:28 +02:00 committed by GitHub
parent 0264000384
commit 497bb4ff0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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