aboutsummaryrefslogtreecommitdiff
path: root/swaymsg/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-01-05 23:09:26 +0100
committerFurkan Sahin <furkan-dev@proton.me>2018-01-05 23:09:26 +0100
commita43e9fe9ca93fdfd34b627c9471cc21ded75ef75 (patch)
tree42d6239cb64bb67640ff6a9cd14a07ce38d95ec3 /swaymsg/meson.build
parente7b9501520da4fa625b10758c40d712274b9f564 (diff)
swaymsg: convert to wlr_log
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 2d678878..8638b838 100644
--- a/swaymsg/meson.build
+++ b/swaymsg/meson.build
@@ -2,7 +2,7 @@ executable(
'swaymsg',
'main.c',
include_directories: [sway_inc],
- dependencies: [jsonc],
+ dependencies: [jsonc, wlroots],
link_with: [lib_sway_common],
install: true
)