From 914e2be5f52f19a995649bed047e9d2d814a6a42 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 23 Feb 2019 22:36:17 +0200 Subject: Add WIP Python REPL interface - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 5362f95..2615eaa 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -9,5 +9,6 @@ option('translations', description: 'Generate and install translations', type: ' # Feature options 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