mirror of
https://github.com/swaywm/sway.git
synced 2025-10-28 05:40:16 -04:00
Replace pcre with pcre2
Closes: https://github.com/swaywm/sway/issues/6838
This commit is contained in:
parent
04676936e7
commit
f614f35e73
26 changed files with 53 additions and 43 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue