wlroots-hyprland/rootston/meson.build
2017-11-07 15:56:11 -05:00

21 lines
332 B
Meson

sources = [
'config.c',
#'cursor.c',
'roots_cursor.c',
'desktop.c',
'ini.c',
'input.c',
'keyboard.c',
'main.c',
'output.c',
'seat.c',
'xcursor.c',
'xdg_shell_v6.c',
'wl_shell.c',
]
if get_option('enable_xwayland')
sources += ['xwayland.c']
endif
executable(
'rootston', sources, dependencies: [wlroots, wlr_protos]
)