swaymsg: convert to wlr_log

This commit is contained in:
Dominique Martinet 2018-01-05 23:09:26 +01:00
parent 67985e9031
commit 51f6718581
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ executable(
'swaymsg',
'main.c',
include_directories: [sway_inc],
dependencies: [jsonc],
dependencies: [jsonc, wlroots],
link_with: [lib_sway_common],
install: true
)