labwc/src/meson.build

39 lines
523 B
Meson
Raw Normal View History

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',
'desktop.c',
'foreign.c',
2020-05-29 21:27:34 +01:00
'interactive.c',
2020-05-29 21:44:50 +01:00
'keyboard.c',
'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',
'seat.c',
2020-05-29 21:27:34 +01:00
'server.c',
2021-03-20 14:41:39 +00:00
'ssd.c',
2021-10-23 22:31:39 -04:00
'strength.c',
'subsurface.c',
2021-02-21 22:18:34 +00:00
'theme.c',
2020-05-27 14:29:05 +01:00
'view.c',
'view-child.c',
'view-impl.c',
2020-05-27 14:29:05 +01:00
'xdg.c',
2021-03-02 20:53:03 +00:00
'xdg-deco.c',
'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
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')