diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2024-07-12 22:12:15 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2024-07-12 22:12:15 -0300 |
commit | e6242988ea0180e622ecd117d8a5c9fc0671494e (patch) | |
tree | 8e1f63461a26c2ca40b6e302f435fea7e5c8507b /src/meson.build | |
parent | 2812c94755b99ab2b3a959b89d605e2a41408a8d (diff) |
[WIP] fe-web initial commit
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
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 |