mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07: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:
parent
a0a43d1a0e
commit
e1a9d7ec9d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ depends=(
|
|||
'gettext'
|
||||
'libffi'
|
||||
'libiconv'
|
||||
'pcre'
|
||||
'pcre2'
|
||||
'zlib'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue