mirror of
https://github.com/swaywm/sway.git
synced 2024-11-04 15:33:13 +00:00
4b1eaaf731
Also remove direct libm dependency where unused.
16 lines
229 B
Meson
16 lines
229 B
Meson
lib_sway_client = static_library(
|
|
'sway-client',
|
|
files(
|
|
'pool-buffer.c',
|
|
),
|
|
dependencies: [
|
|
cairo,
|
|
gdk_pixbuf,
|
|
pango,
|
|
pangocairo,
|
|
wayland_client
|
|
],
|
|
link_with: [lib_sway_common],
|
|
include_directories: sway_inc
|
|
)
|