aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index d5dead42..46d79d44 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -38,6 +38,7 @@ sway_sources = files(
'config/output.c',
'config/seat.c',
'config/input.c',
+ 'criteria.c',
'ipc-json.c',
'ipc-server.c',
'desktop/output.c',
@@ -51,6 +52,7 @@ sway_sources = files(
)
sway_deps = [
+ pcre,
pixman,
wayland_server,
jsonc,