aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar ndren <andreien@ctemplar.com>2022-03-12 13:02:32 +0000
committerLibravatar GitHub <noreply@github.com>2022-03-12 14:02:32 +0100
commitf614f35e7354980bf4f0a66ca99be9b5f3a7ac90 (patch)
treef21dade3cbddd36c01ccf17eb3ee2bea9a29e909 /sway/meson.build
parentRemove WLR_SWITCH_STATE_TOGGLE usage (diff)
downloadsway-f614f35e7354980bf4f0a66ca99be9b5f3a7ac90.tar.gz
sway-f614f35e7354980bf4f0a66ca99be9b5f3a7ac90.tar.zst
sway-f614f35e7354980bf4f0a66ca99be9b5f3a7ac90.zip
Replace pcre with pcre2
Closes: https://github.com/swaywm/sway/issues/6838
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 8eab31a2..5f34ce6b 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -213,7 +213,7 @@ sway_deps = [
213 libudev, 213 libudev,
214 math, 214 math,
215 pango, 215 pango,
216 pcre, 216 pcre2,
217 glesv2, 217 glesv2,
218 pixman, 218 pixman,
219 server_protos, 219 server_protos,