1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:47:34 +00:00

Browser: Depend on BrowserSettings

The app refused to run in the Required+Browser system configuration,
because unveil was angry that BrowserSettings wasn't being installed.
This commit is contained in:
Karol Kosek 2022-05-25 22:35:44 +02:00 committed by Linus Groh
parent 3dfa215174
commit d8862853bb

View file

@ -2,7 +2,7 @@ serenity_component(
Browser
RECOMMENDED
TARGETS Browser
DEPENDS ImageDecoder RequestServer WebContent WebSocket
DEPENDS BrowserSettings ImageDecoder RequestServer WebContent WebSocket
)
compile_gml(BrowserWindow.gml BrowserWindowGML.h browser_window_gml)