labwc/src/meson.build
2021-02-21 22:18:34 +00:00

31 lines
407 B
Meson

labwc_sources = files(
'action.c',
'cursor.c',
'damage.c',
'deco.c',
'desktop.c',
'interactive.c',
'keyboard.c',
'layers.c',
'main.c',
'osd.c',
'output.c',
'seat.c',
'server.c',
'theme.c',
'view.c',
'xdg.c',
)
if have_xwayland
labwc_sources += files(
'xwayland.c',
'xwayland-unmanaged.c',
)
endif
subdir('common')
subdir('config')
subdir('xbm')
subdir('menu')