labwc/src/meson.build
Consolatis deb658b672 cursor: Restore drag icon after the move to scene-graph
Also move everything DnD related to src/dnd.c
2022-10-17 21:22:12 +01:00

42 lines
576 B
Meson

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