2018-07-26 03:57:19 +02:00
|
|
|
executable(
|
2018-07-27 17:19:42 +02:00
|
|
|
'swaynag', [
|
2018-07-29 04:56:12 +02:00
|
|
|
'config.c',
|
2018-07-26 03:57:19 +02:00
|
|
|
'main.c',
|
|
|
|
'render.c',
|
2018-07-29 05:15:12 +02:00
|
|
|
'swaynag.c',
|
2018-07-28 15:34:25 +02:00
|
|
|
'types.c',
|
2018-07-26 03:57:19 +02:00
|
|
|
],
|
|
|
|
include_directories: [sway_inc],
|
|
|
|
dependencies: [
|
|
|
|
cairo,
|
|
|
|
client_protos,
|
|
|
|
gdk_pixbuf,
|
2018-07-29 06:28:01 +02:00
|
|
|
math,
|
2018-07-26 03:57:19 +02:00
|
|
|
pango,
|
|
|
|
pangocairo,
|
|
|
|
wayland_client,
|
|
|
|
wayland_cursor,
|
|
|
|
wlroots,
|
|
|
|
],
|
|
|
|
link_with: [lib_sway_common, lib_sway_client],
|
2018-09-30 14:11:24 +02:00
|
|
|
install_rpath : rpathdir,
|
2018-07-26 03:57:19 +02:00
|
|
|
install: true
|
|
|
|
)
|