mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
36 lines
490 B
Meson
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')
|