From e1a9d7ec9d1ad75917430a2e936fe9e9a909c1da Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Fri, 25 Aug 2023 21:38:44 +0100 Subject: [PATCH] Ports/glib: Specify `pcre2` as a dependency instead of `pcre` Previously, if `pcre2` was not installed before `glib`, the meson script would download its own version and use that. --- Ports/glib/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/glib/package.sh b/Ports/glib/package.sh index ef7d1693a6..b1028f6a69 100755 --- a/Ports/glib/package.sh +++ b/Ports/glib/package.sh @@ -12,7 +12,7 @@ depends=( 'gettext' 'libffi' 'libiconv' - 'pcre' + 'pcre2' 'zlib' )