From c81217920effddc93fb780cf8f9eb699d6fe1319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 13 Nov 2017 13:30:39 +0100 Subject: 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. --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index e36a1f9fa1..f73524df1d 100644 --- a/README +++ b/README @@ -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) -- cgit v1.2.1