1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:57:34 +00:00

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.
This commit is contained in:
Tim Ledbetter 2023-08-25 21:38:44 +01:00 committed by Tim Schumacher
parent a0a43d1a0e
commit e1a9d7ec9d

View file

@ -12,7 +12,7 @@ depends=(
'gettext'
'libffi'
'libiconv'
'pcre'
'pcre2'
'zlib'
)