diff options
-rw-r--r-- | config/auto_inst.cfg.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index d592669..6ae2221 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -105,6 +105,9 @@ $o = { 'kipi-plugins-expoblending', # pulls in hugin 'enblend', + if_($ENV{DRAKLIVE_REGION} eq 'Asia-no-India', + 'imagemagick', 'kipi-plugins-batchprocess'), + if_($ENV{DRAKLIVE_LANGS} !~ /\bpt\b/ && $ENV{DRAKLIVE_REGION} ne 'all', #- do not install pt translations if only pt_BR is explicitely selected 'kde-l10n-pt', 'firefox-pt_PT', 'libreoffice-langpack-pt_PT', 'myspell-pt_PT', |