wlroots-hyprland/rootston/meson.build

21 lines
305 B
Meson
Raw Normal View History

2017-10-06 23:50:25 +02:00
sources = [
'config.c',
'cursor.c',
'desktop.c',
'ini.c',
'input.c',
'keyboard.c',
'main.c',
'output.c',
'pointer.c',
'tablet_tool.c',
'xdg_shell_v6.c',
'wl_shell.c',
]
if get_option('enable_xwayland')
sources += ['xwayland.c']
endif
2017-09-23 02:24:32 +02:00
executable(
2017-10-06 23:50:25 +02:00
'rootston', sources, dependencies: wlroots
2017-09-23 02:24:32 +02:00
)