mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
Add wayland_client dependency to common
This commit is contained in:
parent
84ec8f92a6
commit
d835df38de
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ lib_sway_common = static_library(
|
|||
cairo,
|
||||
gdk_pixbuf,
|
||||
pango,
|
||||
pangocairo
|
||||
pangocairo,
|
||||
wayland_client.partial_dependency(compile_args: true)
|
||||
],
|
||||
include_directories: sway_inc
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue