enlightenment/src/modules/wl_text_input/meson.build

18 lines
404 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'
)
2017-07-21 13:20:03 -07:00
2017-08-11 10:29:36 -07:00
foreach p: [
'@0@/unstable/input-method/input-method-unstable-v1.xml'.format(dir_wayland_protocols),
'@0@/unstable/text-input/text-input-unstable-v1.xml'.format(dir_wayland_protocols)
]
src += gen_scanner_server.process(p)
src += gen_scanner_impl.process(p)
endforeach
no_icon = true
endif