From 50f488236f6108bf748948c620aaf38814334a8a Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 5 Oct 2024 13:01:50 -0300 Subject: [WIP] fe-web: Set up basic webserver This doesn't do anything for now. --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index c2ca54a2..652080b6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,6 +2,9 @@ option('gtk-frontend', type: 'boolean', description: 'Main graphical interface' ) +option('web-frontend', type: 'boolean', + description: 'Web interface' +) option('text-frontend', type: 'boolean', value: false, description: 'Text interface (not generally useful)' ) -- cgit 1.4.1