mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -7,5 +7,6 @@ lib_sway_common = static_library('sway-common',
|
|||
'readline.c',
|
||||
'ipc-client.c'
|
||||
),
|
||||
dependencies: [ wlroots ],
|
||||
include_directories: sway_inc
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue