summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-11-26 09:26:29 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-11-30 10:08:09 +1000
commit3e7f04917fbd57a3f6fcb0902650ce866b0fd0aa (patch)
tree4dd68bc4e5653a708434ace6571c35779ad6f648 /meson_options.txt
parente354c4bea43552c6b02df43b13822e8184b24713 (diff)
Add support for meson
This requires meson support in xorg-gtest as well. It's import as git submodule and built as a meson submodule which finally makes it possible to build XIT without requiring the crazy setup autotools needs. Autotools support is left as-is for now. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..9a2ecc0
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,2 @@
+option('logpath', type: 'string', value: '/tmp',
+ description: 'Base path for server log and config files (default: /tmp)')