Replace pcre with pcre2

Closes: https://github.com/swaywm/sway/issues/6838
This commit is contained in:
ndren 2022-03-12 13:02:32 +00:00 committed by GitHub
parent 04676936e7
commit f614f35e73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 53 additions and 43 deletions

View file

@ -213,7 +213,7 @@ sway_deps = [
libudev,
math,
pango,
pcre,
pcre2,
glesv2,
pixman,
server_protos,