summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 563794e6a4..a359154836 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -335,3 +335,9 @@ option('windows-version',
value : 'win7',
description : 'When host_machine is windows, compile the efl with the specified version of Windows'
)
+
+option('dictionaries-hyphen-dir',
+ type : 'string',
+ value : '/usr/share/hyphen/',
+ description : 'Put the path to hyphen dictionaries directory'
+) \ No newline at end of file