aboutsummaryrefslogtreecommitdiff
path: root/swaymsg/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg/meson.build')
-rw-r--r--swaymsg/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/meson.build b/swaymsg/meson.build
index b78e6cb0..3a27fa9f 100644
--- a/swaymsg/meson.build
+++ b/swaymsg/meson.build
@@ -2,7 +2,7 @@ executable(
'swaymsg',
'main.c',
include_directories: [sway_inc],
- dependencies: [jsonc, wlroots],
+ dependencies: [jsonc],
link_with: [lib_sway_common],
install: true
)