diff options
author | Karol Kosek <krkk@serenityos.org> | 2022-05-26 00:06:41 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-26 21:54:58 +0100 |
commit | 3667d7e93cf8e671756e1ed8f317403b6315366d (patch) | |
tree | 975f511f50db14eb7aa2194979e6e3bb0b30f792 /Userland/Applications/Mail | |
parent | a41dfc416f18dc06d41472d7dc4490132281431c (diff) | |
download | serenity-3667d7e93cf8e671756e1ed8f317403b6315366d.zip |
Userland: Depend some applications on WebContent if it's being used
Deduced this mostly by looking at unveil()s.
Diffstat (limited to 'Userland/Applications/Mail')
-rw-r--r-- | Userland/Applications/Mail/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/Mail/CMakeLists.txt b/Userland/Applications/Mail/CMakeLists.txt index 893670e19e..91e0ab96c1 100644 --- a/Userland/Applications/Mail/CMakeLists.txt +++ b/Userland/Applications/Mail/CMakeLists.txt @@ -2,6 +2,7 @@ serenity_component( Mail RECOMMENDED TARGETS Mail + DEPENDS WebContent ) compile_gml(MailWindow.gml MailWindowGML.h mail_window_gml) |