summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTomohiro "Tomo-p" KATO <tomop@teamgedoh.net>2018-02-23 20:29:32 +0900
committerSami Kerola <kerolasa@iki.fi>2018-12-17 22:42:56 +0000
commitaeec6a0a5247a2526306479f57f987bf6c09f3d8 (patch)
tree45de99ef621fc3e01af8bb0b5f80cfc59667d889 /meson_options.txt
parent2f9e92b9c971d480e00c011d9b75220c5f60b5b8 (diff)
downloadiputils-aeec6a0a5247a2526306479f57f987bf6c09f3d8.tar.gz
localization: arping, ping, ping6, tracepath and traceroute6
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 80fce5e..94069a4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -55,3 +55,6 @@ option('USE_SYSFS', type : 'boolean', value : true,
option('systemdunitdir', type: 'string', value: '',
description: 'Directory for systemd units')
+
+option('USE_GETTEXT', type: 'boolean', value: false,
+ description: 'Enable I18N')