1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-29 19:16:21 +02:00
sway/client/meson.build
2018-03-28 14:43:23 -04:00

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
)