diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2024-10-05 13:01:50 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2024-10-05 13:01:50 -0300 |
commit | 50f488236f6108bf748948c620aaf38814334a8a (patch) | |
tree | 0f5d75412f7621b4d2812dbaa646af3ba631cf5b /meson_options.txt | |
parent | e6242988ea0180e622ecd117d8a5c9fc0671494e (diff) |
[WIP] fe-web: Set up basic webserver fe-web
This doesn't do anything for now.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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)' ) |