mirror of
https://github.com/swaywm/sway.git
synced 2024-10-31 21:47:24 +00:00
17 lines
241 B
Meson
17 lines
241 B
Meson
lib_sway_client = static_library(
|
|
'sway-client',
|
|
files(
|
|
'pool-buffer.c',
|
|
),
|
|
dependencies: [
|
|
cairo,
|
|
gdk_pixbuf,
|
|
pango,
|
|
pangocairo,
|
|
wlroots,
|
|
wayland_client,
|
|
],
|
|
link_with: [lib_sway_common],
|
|
include_directories: sway_inc
|
|
)
|