summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a359154836..913f49bb5d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -340,4 +340,10 @@ option('dictionaries-hyphen-dir',
type : 'string',
value : '/usr/share/hyphen/',
description : 'Put the path to hyphen dictionaries directory'
-) \ No newline at end of file
+)
+
+option('elementary-base-dir',
+ type : 'string',
+ value : '.elementary',
+ description : 'Put the name of a base directory for elementary data'
+)