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