mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 14:04:11 +01:00
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 New Issue
Block a user