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:
parent
eb4f66f785
commit
f9413adde7
|
@ -7,5 +7,6 @@ lib_sway_common = static_library('sway-common',
|
||||||
'readline.c',
|
'readline.c',
|
||||||
'ipc-client.c'
|
'ipc-client.c'
|
||||||
),
|
),
|
||||||
|
dependencies: [ wlroots ],
|
||||||
include_directories: sway_inc
|
include_directories: sway_inc
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue