labwc/src/meson.build
2021-08-05 12:18:10 +01:00

36 lines
490 B
Meson

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