Replace pcre with pcre2

This commit is contained in:
Andrei E 2022-03-10 17:39:04 +00:00
parent 04676936e7
commit 4c9b234363
23 changed files with 50 additions and 43 deletions

View file

@ -45,7 +45,7 @@ subproject(
)
jsonc = dependency('json-c', version: '>=0.13')
pcre = dependency('libpcre')
pcre2 = dependency('libpcre2-8')
wayland_server = dependency('wayland-server', version: '>=1.20.0')
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')