build: add wlroots dependency to common

It is required for include path if wlroots is not built in standard path,
but found through pkg-config
This commit is contained in:
Dominique Martinet 2017-12-19 08:06:23 +01:00
parent eb4f66f785
commit f9413adde7
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ lib_sway_common = static_library('sway-common',
'readline.c',
'ipc-client.c'
),
dependencies: [ wlroots ],
include_directories: sway_inc
)