enlightenment/src/modules/wl_desktop_shell/meson.build

22 lines
550 B
Meson
Raw Normal View History

if get_option('wl') != true
2017-08-11 10:29:36 -07:00
disable = true
else
src = files(
'e_mod_main.c',
'e_mod_input_panel.c',
'wl_shell.c',
'xdg6.c',
2018-01-08 09:03:03 -08:00
'xdg.c',
2017-08-11 10:29:36 -07:00
'e_mod_main.h'
)
2017-08-11 10:29:36 -07:00
foreach p: [
'@0@/unstable/xdg-shell/xdg-shell-unstable-v6.xml'.format(dir_wayland_protocols),
2018-01-08 09:03:03 -08:00
'@0@/stable/xdg-shell/xdg-shell.xml'.format(dir_wayland_protocols),
2017-08-11 10:29:36 -07:00
'@0@/unstable/input-method/input-method-unstable-v1.xml'.format(dir_wayland_protocols),
]
src += gen_scanner_server.process(p)
src += gen_scanner_impl.process(p)
endforeach
endif