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',
|
2020-05-29 21:27:34 +01:00
|
|
|
'deco.c',
|
2020-09-11 20:48:28 +01:00
|
|
|
'desktop.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',
|
2020-05-27 14:29:05 +01:00
|
|
|
'view.c',
|
|
|
|
|
'xdg.c',
|
2020-09-04 20:32:41 +01:00
|
|
|
'xwayland.c',
|
2020-09-04 20:25:20 +01:00
|
|
|
'xwayland-unmanaged.c',
|
2020-05-27 14:29:05 +01:00
|
|
|
)
|
|
|
|
|
|
2020-06-09 21:40:46 +01:00
|
|
|
subdir('common')
|
2020-06-05 23:04:54 +01:00
|
|
|
subdir('config')
|
2020-06-11 21:20:43 +01:00
|
|
|
subdir('theme')
|
2020-08-31 20:01:08 +01:00
|
|
|
subdir('xbm')
|
2020-10-19 22:14:17 +01:00
|
|
|
subdir('menu')
|