labwc/src/meson.build
2022-03-01 20:54:52 +00:00

39 lines
545 B
Meson

labwc_sources = files(
'action.c',
'buffer.c',
'cursor.c',
'debug.c',
'desktop.c',
'foreign.c',
'interactive.c',
'keyboard.c',
'key-state.c',
'layers.c',
'main.c',
'node-descriptor.c',
'osd.c',
'output.c',
'resistance.c',
'seat.c',
'server.c',
'theme.c',
'view.c',
'view-impl.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')
subdir('ssd')