Merge pull request #1527 from martinetd/mesondep
build: add wlroots dependency to common
This commit is contained in:
commit
a51e74beb9
|
@ -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