summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-08-02 19:25:19 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2019-08-02 19:25:19 +0300
commita87e69fa10544310f6e7ef60a01377c8c52b3b2c (patch)
treeb86c2d51039dea80f5ffd025c70dad57484eeedb /docs/markdown/snippets
parent9943635a98b4839bcc2a0cafbd5f013c0fd6f491 (diff)
downloadmeson-withoutgettext.tar.gz
Make gettext targets no-ops if gettext is not installed. Closes: #821.withoutgettext
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/nogettext.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/snippets/nogettext.md b/docs/markdown/snippets/nogettext.md
new file mode 100644
index 000000000..505322674
--- /dev/null
+++ b/docs/markdown/snippets/nogettext.md
@@ -0,0 +1,7 @@
+## Gettext targets are ignored if `gettext` is not installed
+
+Previously the `i18n` module has errored out when `gettext` tools are
+not installed on the system. Starting with this version they will
+become no-ops instead. This makes it easier to build projects on
+minimal environments (such as when bootstrapping) that do not have
+translation tools installed.