headless-browser: Ensure headless-browser depends on its resource files
In a clean environment, building only headless-browser neglected to install the resource files needed to run the browser. These were only installed by the main Ladybird target.
This commit is contained in:
parent
7f2362643c
commit
6e8057057e
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ add_subdirectory(Headless)
|
|||
set(ladybird_helper_processes ImageDecoder RequestServer WebContent WebWorker)
|
||||
|
||||
add_dependencies(ladybird ${ladybird_helper_processes})
|
||||
add_dependencies(headless-browser ${ladybird_helper_processes})
|
||||
add_dependencies(headless-browser ${ladybird_helper_processes} ladybird_build_resource_files)
|
||||
add_dependencies(WebDriver ladybird headless-browser)
|
||||
|
||||
set_helper_process_properties(${ladybird_helper_processes})
|
||||
|
|
|
|||
Loading…
Reference in a new issue