aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 4d7dccfa..bb6bf88c 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -222,7 +222,6 @@ sway_deps = [
pcre2,
glesv2,
pixman,
- server_protos,
threads,
wayland_server,
wlroots,
@@ -237,7 +236,7 @@ endif
executable(
'sway',
- sway_sources,
+ sway_sources + wl_protos_src,
include_directories: [sway_inc],
dependencies: sway_deps,
link_with: [lib_sway_common],