sway/client/meson.build

15 lines
215 B
Meson
Raw Permalink Normal View History

2018-03-27 19:25:25 +00:00
lib_sway_client = static_library(
'sway-client',
files(
2018-03-28 16:21:50 +00:00
'pool-buffer.c',
2018-03-27 19:25:25 +00:00
),
2018-03-28 16:21:50 +00:00
dependencies: [
cairo,
pango,
pangocairo,
wayland_client
2018-03-28 16:21:50 +00:00
],
2018-03-27 19:25:25 +00:00
link_with: [lib_sway_common],
include_directories: sway_inc
)