Skip to content

Commit

Permalink
meson: Corretly use name keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Jun 17, 2019
1 parent f4f0d3e commit e27f492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -65,7 +65,7 @@ core_inc = include_directories('.')
plugin_conf_kwargs = {
'type': 'desktop',
'po_dir': join_paths(meson.current_source_dir(),'po'),
'args' : ['--keyword=Description','--keyword=Help'],
'args' : ['--keyword=Name','--keyword=Description','--keyword=Help'],
'install': true,
'install_dir': applets_datadir
}
Expand Down

0 comments on commit e27f492

Please sign in to comment.