summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-08-12 01:44:03 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-08-12 01:44:17 +0200
commit4bc57e1aff741f2bad1884574c8fe29b51ee5f16 (patch)
tree69ec3ee7453792168dd22881bd5e7c83bbf38142 /meson_options.txt
parent8b6fdad56758a254c6ce3ba44cc2ca23e88e46f5 (diff)
Initial meson build files
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..101cbd9
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,4 @@
+option('update_mimedb', type: 'boolean', value: true,
+ description: 'Call update-mime-database (and similar) after install')
+option('all_gui', type: 'boolean', value: false,
+ description: 'Build all found GUI backends')