enlightenment/src/modules/teamwork/meson.build

18 lines
246 B
Meson
Raw Normal View History

2017-09-18 02:20:43 -07:00
deps = [dependency('emile')]
src = files(
'e_mod_main.c',
'e_mod_config.c',
'e_mod_tw.c',
'wl.c',
'x11.c',
'e_mod_main.h'
)
2017-07-21 13:20:03 -07:00
if config_h.has('HAVE_WAYLAND') == true
src += files(
'wl_teamwork.c',
'wl_teamwork.h'
)
2017-07-21 13:20:03 -07:00
endif