2018-03-27 15:25:25 -04:00
|
|
|
lib_sway_client = static_library(
|
|
|
|
'sway-client',
|
|
|
|
files(
|
2018-03-28 12:21:50 -04:00
|
|
|
'pool-buffer.c',
|
2018-03-27 15:25:25 -04:00
|
|
|
),
|
2018-03-28 12:21:50 -04:00
|
|
|
dependencies: [
|
|
|
|
cairo,
|
|
|
|
pango,
|
|
|
|
pangocairo,
|
2019-01-21 13:01:09 -05:00
|
|
|
wayland_client
|
2018-03-28 12:21:50 -04:00
|
|
|
],
|
2018-03-27 15:25:25 -04:00
|
|
|
link_with: [lib_sway_common],
|
|
|
|
include_directories: sway_inc
|
|
|
|
)
|