mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 06:44:18 +00:00
11 lines
302 B
Meson
11 lines
302 B
Meson
install_data([ 'scim.imc',
|
|
'uim.imc',
|
|
'iiimf.imc',
|
|
'ibus.imc',
|
|
'gcin.imc',
|
|
'hime.imc',
|
|
'fcitx.imc'
|
|
],
|
|
install_dir: join_paths(dir_data, 'enlightenment/data/input_methods')
|
|
)
|