diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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') |