From 6673ba53c17bb1ab99a1e7629156d99452213747 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 23 Oct 2018 03:58:33 +0200 Subject: Initial meson build files --- meson_options.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') 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') -- cgit v1.2.1