2020-05-27 14:29:05 +01:00
|
|
|
labwc_sources = files(
|
2020-06-18 20:18:01 +01:00
|
|
|
'action.c',
|
2022-02-11 22:19:05 +00:00
|
|
|
'buffer.c',
|
2022-02-12 19:43:32 +00:00
|
|
|
'debug.c',
|
2020-09-11 20:48:28 +01:00
|
|
|
'desktop.c',
|
2022-09-18 05:40:52 +02:00
|
|
|
'dnd.c',
|
2024-01-23 13:44:40 -05:00
|
|
|
'edges.c',
|
2021-08-05 12:18:10 +01:00
|
|
|
'foreign.c',
|
2023-07-08 18:27:40 +02:00
|
|
|
'idle.c',
|
2020-05-29 21:27:34 +01:00
|
|
|
'interactive.c',
|
2020-09-30 17:18:20 +01:00
|
|
|
'layers.c',
|
2020-05-27 14:29:05 +01:00
|
|
|
'main.c',
|
2022-03-02 21:07:04 +00:00
|
|
|
'node.c',
|
2020-09-28 20:59:38 +01:00
|
|
|
'osd.c',
|
2020-05-27 14:29:05 +01:00
|
|
|
'output.c',
|
2024-03-07 00:22:51 +01:00
|
|
|
'output-virtual.c',
|
2024-04-05 11:35:31 +09:00
|
|
|
'overlay.c',
|
2023-12-24 13:57:46 -05:00
|
|
|
'placement.c',
|
2022-07-06 17:21:02 +02:00
|
|
|
'regions.c',
|
2021-10-24 12:17:57 -04:00
|
|
|
'resistance.c',
|
2020-09-04 20:25:20 +01:00
|
|
|
'seat.c',
|
2020-05-29 21:27:34 +01:00
|
|
|
'server.c',
|
2023-03-30 22:19:05 +01:00
|
|
|
'session-lock.c',
|
2023-08-05 23:53:01 +02:00
|
|
|
'snap.c',
|
2024-01-08 22:58:58 +02:00
|
|
|
'tearing.c',
|
2021-02-21 22:18:34 +00:00
|
|
|
'theme.c',
|
2020-05-27 14:29:05 +01:00
|
|
|
'view.c',
|
2023-02-05 19:29:24 +00:00
|
|
|
'view-impl-common.c',
|
2023-04-28 21:41:41 +01:00
|
|
|
'window-rules.c',
|
2022-06-15 01:07:45 +02:00
|
|
|
'workspaces.c',
|
2020-05-27 14:29:05 +01:00
|
|
|
'xdg.c',
|
2021-03-02 20:37:23 +00:00
|
|
|
'xdg-popup.c',
|
2020-05-27 14:29:05 +01:00
|
|
|
)
|
|
|
|
|
|
2020-12-30 10:29:21 +00:00
|
|
|
if have_xwayland
|
|
|
|
|
labwc_sources += files(
|
|
|
|
|
'xwayland.c',
|
|
|
|
|
'xwayland-unmanaged.c',
|
|
|
|
|
)
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
2023-09-03 17:39:48 +02:00
|
|
|
subdir('button')
|
2020-06-09 21:40:46 +01:00
|
|
|
subdir('common')
|
2020-06-05 23:04:54 +01:00
|
|
|
subdir('config')
|
2023-03-20 23:00:36 +01:00
|
|
|
subdir('decorations')
|
2023-09-03 17:39:48 +02:00
|
|
|
subdir('input')
|
2020-10-19 22:14:17 +01:00
|
|
|
subdir('menu')
|
2022-02-21 03:18:38 +01:00
|
|
|
subdir('ssd')
|