diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2022-05-19 06:54:40 -0400 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-30 13:58:22 +0900 |
commit | 64a42770064fac0d05892dfc5b3f105680677afd (patch) | |
tree | b9784a522c70f6bae066246290da968b7cef4509 /meson_options.txt | |
parent | 792d5e87b6b3489500244109f3079071d7acb5a7 (diff) | |
download | systemd-64a42770064fac0d05892dfc5b3f105680677afd.tar.gz |
meson: move i18n module import to only when it is used
When translations are disabled, it's not necessary to `import('i18n')`
and do nothing with it. Also, importing it is (slightly) slow as Meson
needs to load another implementation file from disk, so why bother with
that work?
More particularly, muon does not yet implement this module and fails to
setup. Since there's already an option to disable using it, it makes
sense to let that option completely skip the not-implemented
functionality and actually succeed.
Diffstat (limited to 'meson_options.txt')
0 files changed, 0 insertions, 0 deletions