From af8a5a8918ef42336194fb1077b008a736de7af9 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 25 Nov 2022 10:51:20 +0100 Subject: build: drop intermediate libraries for protocols --- sway/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sway') 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], -- cgit v1.2.3