diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-30 04:48:08 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-30 04:48:08 -0500 |
commit | 739bafbd8ecdbbf2eb3fd42e1b3d9249236a3fcf (patch) | |
tree | 46834d9699a6aabb05721ba77dad59c438b88c60 /meson_options.txt | |
parent | 86d1ecf783f8fd164ed63501c859b65cfc6bc022 (diff) |
make meson version configurable
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
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`.') |