aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-30 04:48:08 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-30 04:48:08 -0500
commit739bafbd8ecdbbf2eb3fd42e1b3d9249236a3fcf (patch)
tree46834d9699a6aabb05721ba77dad59c438b88c60 /meson_options.txt
parent86d1ecf783f8fd164ed63501c859b65cfc6bc022 (diff)
make meson version configurable
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..5015a986
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1 @@
+option('sway_version', type : 'string', description : 'The version string reported in `sway --version`.')