diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-13 13:30:39 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-13 21:35:28 +0100 |
commit | c81217920effddc93fb780cf8f9eb699d6fe1319 (patch) | |
tree | 9329d39638ffac8fa7fc3fd8c03c9530e66dacf6 /README | |
parent | f38326f21aaf96c76d56c5d69f8515eb7039eae8 (diff) | |
download | systemd-c81217920effddc93fb780cf8f9eb699d6fe1319.tar.gz |
i18n: drop intltool use, use meson's merge_file directly
This didn't work during the initial conversion to meson, but should now.
A sufficiently new polkit is also required, for the .its rules files.
Note that https://github.com/mesonbuild/meson/blob/master/docs/markdown/i18n-module.md
says that 'install' argument was added in meson 0.43.0. If this is accurate,
warnigs might be generated with older mesons. Fedora has 0.43.0 across the
board, but other distros probably don't, but I guess that a warning is
prefereable to having to update do latest meson.
The advantages are:
- one less dependency (intltool)
- using the generic implementation instead of our open-coded calls
- we don't need to use the fake "_" prefixes in XML
Replaces #1609, fixes #7300.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ REQUIREMENTS: libpython (optional) libidn2 or libidn (optional) elfutils >= 158 (optional) + polkit >= 0.113-22-gc78819245f (optional) pkg-config gperf docbook-xsl (optional, required for documentation) |