2017-11-30 06:25:13 -05:00
|
|
|
sway_sources = files(
|
2017-11-30 03:39:27 -05:00
|
|
|
'main.c',
|
|
|
|
'server.c',
|
|
|
|
'commands.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
'config.c',
|
|
|
|
'criteria.c',
|
2018-04-06 11:49:27 -04:00
|
|
|
'debug-tree.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
'ipc-json.c',
|
|
|
|
'ipc-server.c',
|
|
|
|
'security.c',
|
|
|
|
|
2018-04-05 17:37:24 -04:00
|
|
|
'desktop/desktop.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
'desktop/layer_shell.c',
|
2018-05-13 16:38:56 +01:00
|
|
|
'desktop/output.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
'desktop/xdg_shell_v6.c',
|
2018-05-13 16:38:56 +01:00
|
|
|
'desktop/xdg_shell.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
'desktop/xwayland.c',
|
|
|
|
|
2017-12-07 07:31:49 -05:00
|
|
|
'input/input-manager.c',
|
2017-12-07 09:58:32 -05:00
|
|
|
'input/seat.c',
|
2017-12-08 07:22:26 -05:00
|
|
|
'input/cursor.c',
|
2017-12-10 13:59:04 -05:00
|
|
|
'input/keyboard.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
|
|
|
|
'config/bar.c',
|
|
|
|
'config/output.c',
|
|
|
|
'config/seat.c',
|
|
|
|
'config/input.c',
|
|
|
|
|
2018-04-24 14:59:49 +10:00
|
|
|
'commands/assign.c',
|
2018-03-29 17:20:03 -04:00
|
|
|
'commands/bar.c',
|
2017-12-27 10:08:18 -05:00
|
|
|
'commands/bind.c',
|
2018-04-30 21:24:13 +10:00
|
|
|
'commands/border.c',
|
|
|
|
'commands/client.c',
|
|
|
|
'commands/default_border.c',
|
2018-03-30 10:43:55 -04:00
|
|
|
'commands/default_orientation.c',
|
2017-11-30 03:39:27 -05:00
|
|
|
'commands/exit.c',
|
2017-12-04 22:43:49 +01:00
|
|
|
'commands/exec.c',
|
|
|
|
'commands/exec_always.c',
|
2018-02-14 16:47:23 -05:00
|
|
|
'commands/focus.c',
|
2018-03-31 10:11:15 -04:00
|
|
|
'commands/focus_follows_mouse.c',
|
2018-05-02 23:07:52 +10:00
|
|
|
'commands/font.c',
|
2018-04-24 14:59:49 +10:00
|
|
|
'commands/for_window.c',
|
2018-04-16 20:36:40 +10:00
|
|
|
'commands/fullscreen.c',
|
2018-05-11 18:44:56 -04:00
|
|
|
'commands/hide_edge_borders.c',
|
2018-01-20 14:10:11 -05:00
|
|
|
'commands/kill.c',
|
2018-05-14 22:47:10 +10:00
|
|
|
'commands/mark.c',
|
2018-04-03 00:47:45 -04:00
|
|
|
'commands/opacity.c',
|
2017-12-05 18:47:57 +01:00
|
|
|
'commands/include.c',
|
2017-12-11 04:17:14 -05:00
|
|
|
'commands/input.c',
|
2018-02-22 18:03:46 -05:00
|
|
|
'commands/layout.c',
|
2018-03-29 22:10:33 -04:00
|
|
|
'commands/mode.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
'commands/mouse_warping.c',
|
2018-03-31 21:21:26 -04:00
|
|
|
'commands/move.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
'commands/output.c',
|
|
|
|
'commands/reload.c',
|
2018-04-23 13:04:16 +10:00
|
|
|
'commands/rename.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
'commands/resize.c',
|
2017-12-14 11:11:56 -05:00
|
|
|
'commands/seat.c',
|
|
|
|
'commands/seat/attach.c',
|
2018-04-10 11:32:37 -04:00
|
|
|
'commands/seat/cursor.c',
|
2017-12-17 10:39:22 -05:00
|
|
|
'commands/seat/fallback.c',
|
2017-12-29 15:31:04 +01:00
|
|
|
'commands/set.c',
|
2018-05-15 13:14:18 +10:00
|
|
|
'commands/show_marks.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
'commands/split.c',
|
2018-03-29 17:49:44 -04:00
|
|
|
'commands/swaybg_command.c',
|
2018-05-05 12:36:50 +10:00
|
|
|
'commands/title_format.c',
|
2018-05-14 22:47:10 +10:00
|
|
|
'commands/unmark.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
'commands/workspace.c',
|
2018-04-08 16:44:59 +02:00
|
|
|
'commands/ws_auto_back_and_forth.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
|
2018-03-29 17:20:03 -04:00
|
|
|
'commands/bar/activate_button.c',
|
|
|
|
'commands/bar/binding_mode_indicator.c',
|
|
|
|
'commands/bar/bindsym.c',
|
|
|
|
'commands/bar/colors.c',
|
|
|
|
'commands/bar/context_button.c',
|
|
|
|
'commands/bar/font.c',
|
|
|
|
'commands/bar/height.c',
|
|
|
|
'commands/bar/hidden_state.c',
|
|
|
|
'commands/bar/icon_theme.c',
|
|
|
|
'commands/bar/id.c',
|
|
|
|
'commands/bar/mode.c',
|
|
|
|
'commands/bar/modifier.c',
|
|
|
|
'commands/bar/output.c',
|
|
|
|
'commands/bar/pango_markup.c',
|
|
|
|
'commands/bar/position.c',
|
|
|
|
'commands/bar/secondary_button.c',
|
|
|
|
'commands/bar/separator_symbol.c',
|
|
|
|
'commands/bar/status_command.c',
|
|
|
|
'commands/bar/strip_workspace_numbers.c',
|
|
|
|
'commands/bar/swaybar_command.c',
|
|
|
|
'commands/bar/tray_output.c',
|
|
|
|
'commands/bar/tray_padding.c',
|
|
|
|
'commands/bar/workspace_buttons.c',
|
|
|
|
'commands/bar/wrap_scroll.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
|
2017-12-11 04:17:14 -05:00
|
|
|
'commands/input/accel_profile.c',
|
|
|
|
'commands/input/click_method.c',
|
|
|
|
'commands/input/drag_lock.c',
|
|
|
|
'commands/input/dwt.c',
|
|
|
|
'commands/input/events.c',
|
|
|
|
'commands/input/left_handed.c',
|
2018-04-24 19:39:29 +01:00
|
|
|
'commands/input/map_from_region.c',
|
2018-04-08 14:15:13 -04:00
|
|
|
'commands/input/map_to_output.c',
|
2017-12-11 04:17:14 -05:00
|
|
|
'commands/input/middle_emulation.c',
|
|
|
|
'commands/input/natural_scroll.c',
|
|
|
|
'commands/input/pointer_accel.c',
|
2018-04-19 13:47:29 +10:00
|
|
|
'commands/input/repeat_delay.c',
|
|
|
|
'commands/input/repeat_rate.c',
|
2017-12-11 04:17:14 -05:00
|
|
|
'commands/input/scroll_method.c',
|
|
|
|
'commands/input/tap.c',
|
2017-12-15 05:22:51 -05:00
|
|
|
'commands/input/xkb_layout.c',
|
|
|
|
'commands/input/xkb_model.c',
|
|
|
|
'commands/input/xkb_options.c',
|
|
|
|
'commands/input/xkb_rules.c',
|
|
|
|
'commands/input/xkb_variant.c',
|
2018-04-04 21:32:31 -04:00
|
|
|
|
2018-04-28 11:26:14 +10:00
|
|
|
'tree/arrange.c',
|
2017-11-30 03:39:27 -05:00
|
|
|
'tree/container.c',
|
|
|
|
'tree/layout.c',
|
2018-01-21 09:09:53 -05:00
|
|
|
'tree/view.c',
|
2017-11-30 03:39:27 -05:00
|
|
|
'tree/workspace.c',
|
2018-04-03 20:00:09 -04:00
|
|
|
'tree/output.c',
|
2017-11-30 03:39:27 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
sway_deps = [
|
2018-04-06 11:49:27 -04:00
|
|
|
cairo,
|
|
|
|
gdk_pixbuf,
|
2018-03-28 15:47:22 -04:00
|
|
|
jsonc,
|
|
|
|
libcap,
|
|
|
|
libinput,
|
|
|
|
math,
|
2018-04-06 11:49:27 -04:00
|
|
|
pango,
|
2018-01-20 16:21:45 -05:00
|
|
|
pcre,
|
2017-11-30 03:39:27 -05:00
|
|
|
pixman,
|
2018-03-28 15:47:22 -04:00
|
|
|
server_protos,
|
2017-11-30 03:39:27 -05:00
|
|
|
wayland_server,
|
|
|
|
wlroots,
|
2017-12-10 13:59:04 -05:00
|
|
|
xkbcommon,
|
2017-11-30 03:39:27 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
executable(
|
|
|
|
'sway',
|
|
|
|
sway_sources,
|
|
|
|
include_directories: [sway_inc],
|
2017-11-30 06:25:13 -05:00
|
|
|
dependencies: sway_deps,
|
2017-11-30 08:31:13 -05:00
|
|
|
link_with: [lib_sway_common],
|
|
|
|
install: true
|
2017-11-30 03:39:27 -05:00
|
|
|
)
|