2020-05-27 14:29:05 +01:00
|
|
|
labwc_sources = files(
|
2020-06-18 20:18:01 +01:00
|
|
|
'action.c',
|
2020-05-29 21:36:12 +01:00
|
|
|
'cursor.c',
|
2021-01-09 22:51:20 +00:00
|
|
|
'damage.c',
|
2020-09-11 20:48:28 +01:00
|
|
|
'desktop.c',
|
2021-08-05 12:18:10 +01:00
|
|
|
'foreign.c',
|
2020-05-29 21:27:34 +01:00
|
|
|
'interactive.c',
|
2020-05-29 21:44:50 +01:00
|
|
|
'keyboard.c',
|
2020-09-30 17:18:20 +01:00
|
|
|
'layers.c',
|
2020-05-27 14:29:05 +01:00
|
|
|
'main.c',
|
2020-09-28 20:59:38 +01:00
|
|
|
'osd.c',
|
2020-05-27 14:29:05 +01:00
|
|
|
'output.c',
|
2020-09-04 20:25:20 +01:00
|
|
|
'seat.c',
|
2020-05-29 21:27:34 +01:00
|
|
|
'server.c',
|
2021-03-20 14:41:39 +00:00
|
|
|
'ssd.c',
|
2021-03-02 20:37:23 +00:00
|
|
|
'subsurface.c',
|
2021-02-21 22:18:34 +00:00
|
|
|
'theme.c',
|
2020-05-27 14:29:05 +01:00
|
|
|
'view.c',
|
2021-03-02 20:37:23 +00:00
|
|
|
'view-child.c',
|
2021-10-16 21:26:57 +01:00
|
|
|
'view-impl.c',
|
2020-05-27 14:29:05 +01:00
|
|
|
'xdg.c',
|
2021-03-02 20:53:03 +00:00
|
|
|
'xdg-deco.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
|
|
|
|
|
|
|
|
|
|
|
2020-06-09 21:40:46 +01:00
|
|
|
subdir('common')
|
2020-06-05 23:04:54 +01:00
|
|
|
subdir('config')
|
2020-08-31 20:01:08 +01:00
|
|
|
subdir('xbm')
|
2020-10-19 22:14:17 +01:00
|
|
|
subdir('menu')
|