From f3a4607d6a722a862af0eb9747a15dcdf624b6fb Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 3 Nov 2019 00:18:10 +0200 Subject: Drop boost dependency - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class --- meson_options.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 5f56ec2..8a3dfea 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -15,5 +15,4 @@ option('translations', description: 'Generate and install translations', type: ' option('Breakpad', description: 'Enable breakpad crash reporting', type: 'feature', value: 'auto') option('Plasma', description: 'Enable KDE plasma integration', type: 'feature', value: 'auto') option('Python', description: 'Enable Python interpreter', type: 'feature', value: 'auto') -option('testing', description: 'Build tests (requires gtest)', type: 'feature', value: 'auto') -- cgit v1.2.1