mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
60 lines
914 B
Meson
60 lines
914 B
Meson
labwc_sources = files(
|
|
'action.c',
|
|
'buffer.c',
|
|
'debug.c',
|
|
'desktop.c',
|
|
'dnd.c',
|
|
'edges.c',
|
|
'idle.c',
|
|
'interactive.c',
|
|
'layers.c',
|
|
'magnifier.c',
|
|
'main.c',
|
|
'node.c',
|
|
'osd.c',
|
|
'osd-field.c',
|
|
'output.c',
|
|
'output-state.c',
|
|
'output-virtual.c',
|
|
'overlay.c',
|
|
'placement.c',
|
|
'regions.c',
|
|
'resistance.c',
|
|
'resize-outlines.c',
|
|
'seat.c',
|
|
'server.c',
|
|
'session-lock.c',
|
|
'snap-constraints.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
|
|
|
|
if have_libsfdo
|
|
labwc_sources += files(
|
|
'desktop-entry.c',
|
|
)
|
|
endif
|
|
|
|
subdir('img')
|
|
subdir('common')
|
|
subdir('config')
|
|
subdir('decorations')
|
|
subdir('foreign-toplevel')
|
|
subdir('input')
|
|
subdir('menu')
|
|
subdir('ssd')
|
|
subdir('protocols')
|