enlightenment/src/modules/xkbswitch/meson.build

13 lines
224 B
Meson

xkbswitch_src = [
'e_mod_config.c',
'e_mod_main.c',
'e_mod_parse.c',
'e_mod_main.h',
'e_mod_parse.h',
'gadget/xkbswitch.h',
'gadget/xkbswitch.c',
'gadget/mod.c'
]
module += [xkbswitch_src, 'e-module-xkbswitch.edj']