mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +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,
|
cairo,
|
||||||
gdk_pixbuf,
|
gdk_pixbuf,
|
||||||
pango,
|
pango,
|
||||||
pangocairo
|
pangocairo,
|
||||||
|
wayland_client.partial_dependency(compile_args: true)
|
||||||
],
|
],
|
||||||
include_directories: sway_inc
|
include_directories: sway_inc
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue