From f614f35e7354980bf4f0a66ca99be9b5f3a7ac90 Mon Sep 17 00:00:00 2001 From: ndren Date: Sat, 12 Mar 2022 13:02:32 +0000 Subject: Replace pcre with pcre2 Closes: https://github.com/swaywm/sway/issues/6838 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 71183007..5bedeb2e 100644 --- a/meson.build +++ b/meson.build @@ -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') -- cgit v1.2.3-54-g00ecf