summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 255465926..6c5a8c0d3 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -635,7 +635,8 @@ set_default_im('scim', qw(am ja_JP ja_JP.UTF-8 ko_KR ko_KR.UTF-8 zh_CN zh_CN.UT
# keep the following list in sync with share/rpmsrate:
my %IM2packages = (
'scim' => {
- generic => [ qw(scim scim-tables) ],
+ generic => [ qw(scim scim-m17n scim-tables) ],
+ am => [ qw(scim scim-tables ) ],
ja => [ qw(scim-uim) ],
'ko' => [ qw(scim-hangul) ],
'zh' => [ qw(scim-chinese scim-tables) ],