mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +00:00
Add wayland_client dependency to common
This commit is contained in:
parent
84ec8f92a6
commit
d835df38de
|
@ -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