From e6242988ea0180e622ecd117d8a5c9fc0671494e Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Fri, 12 Jul 2024 22:12:15 -0300 Subject: [WIP] fe-web initial commit --- src/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index 23453ec1..a7c1c074 100644 --- a/src/meson.build +++ b/src/meson.build @@ -8,6 +8,10 @@ if get_option('text-frontend') subdir('fe-text') endif +if get_option('web-frontend') + subdir('fe-web') +endif + if get_option('theme-manager') subdir('htm') endif -- cgit 1.4.1