labwc/src/meson.build
Ph42oN bce0c6ce56
Add tearing support (#1390)
Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
2024-01-08 20:58:58 +00:00

46 lines
659 B
Meson

labwc_sources = files(
'action.c',
'buffer.c',
'debug.c',
'desktop.c',
'dnd.c',
'foreign.c',
'idle.c',
'interactive.c',
'layers.c',
'main.c',
'node.c',
'osd.c',
'output.c',
'placement.c',
'regions.c',
'resistance.c',
'seat.c',
'server.c',
'session-lock.c',
'snap.c',
'tearing.c',
'theme.c',
'view.c',
'view-impl-common.c',
'window-rules.c',
'workspaces.c',
'xdg.c',
'xdg-popup.c',
)
if have_xwayland
labwc_sources += files(
'xwayland.c',
'xwayland-unmanaged.c',
)
endif
subdir('button')
subdir('common')
subdir('config')
subdir('decorations')
subdir('input')
subdir('menu')
subdir('ssd')