summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
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')