mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
19 lines
266 B
Meson
19 lines
266 B
Meson
executable(
|
|
'swaylock',
|
|
'main.c',
|
|
include_directories: [sway_inc],
|
|
dependencies: [
|
|
cairo,
|
|
client_protos,
|
|
gdk_pixbuf,
|
|
libpam,
|
|
math,
|
|
pango,
|
|
pangocairo,
|
|
wayland_client,
|
|
wlroots,
|
|
],
|
|
link_with: [lib_sway_common, lib_sway_client],
|
|
install: true
|
|
)
|