summaryrefslogtreecommitdiff
path: root/data/input_methods/meson.build
blob: 147abdb71d89b91842092e2cb8d4001cd7df7972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
input_methods_dist = [
	'scim.imc',
	'uim.imc',
	'iiimf.imc',
	'ibus.imc',
	'gcin.imc',
	'hime.imc',
	'fcitx.imc'
]

install_data(input_methods_dist,
	install_dir: join_paths(dir_data, 'enlightenment/data/input_methods')
)