aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-23 03:58:33 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-23 03:58:33 +0200
commit6673ba53c17bb1ab99a1e7629156d99452213747 (patch)
tree70cf515693ed51c5537dc5fb178e5d938862bd35 /meson_options.txt
parentAdblockRule constructor (diff)
downloadsmolbote-6673ba53c17bb1ab99a1e7629156d99452213747.tar.xz
Initial meson build files
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..8982176
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,6 @@
+# Executable options
+option('poiName', description: 'Executable name', type: 'string', value: 'poi')
+
+# Feature options
+option('Breakpad', description: 'Enable breakpad crash reporting', type: 'feature', value: 'auto')
+option('Plasma', description: 'Enable KDE plasma integration', type: 'feature', value: 'auto')