lib/pcre: migrate to PCRE2

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1352
This commit is contained in:
Max Kellermann
2021-11-20 22:03:27 +01:00
committed by Max Kellermann
parent d6bebd2507
commit 77df5a8f24
9 changed files with 300 additions and 71 deletions

View File

@@ -35,6 +35,7 @@ db_plugins = static_library(
include_directories: inc,
dependencies: [
upnp_dep,
pcre_dep,
libmpdclient_dep,
log_dep,
],