2018-03-28 06:25:25 +11:00
|
|
|
lib_sway_client = static_library(
|
|
|
|
'sway-client',
|
|
|
|
files(
|
2018-03-29 03:21:50 +11:00
|
|
|
'pool-buffer.c',
|
2018-03-28 06:25:25 +11:00
|
|
|
),
|
2018-03-29 03:21:50 +11:00
|
|
|
dependencies: [
|
|
|
|
cairo,
|
|
|
|
gdk_pixbuf,
|
|
|
|
pango,
|
|
|
|
pangocairo,
|
|
|
|
wlroots,
|
|
|
|
wayland_client,
|
|
|
|
],
|
2018-03-28 06:25:25 +11:00
|
|
|
link_with: [lib_sway_common],
|
|
|
|
include_directories: sway_inc
|
|
|
|
)
|