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:
parent
3dfa215174
commit
d8862853bb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue