mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-07 21:17:07 +09:00
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
Notes:
github-actions[bot]
2025-06-05 12:53:51 +00:00
Author: https://github.com/trflynn89
Commit: 6e8057057e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5006
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ add_subdirectory(Headless)
|
||||||
set(ladybird_helper_processes ImageDecoder RequestServer WebContent WebWorker)
|
set(ladybird_helper_processes ImageDecoder RequestServer WebContent WebWorker)
|
||||||
|
|
||||||
add_dependencies(ladybird ${ladybird_helper_processes})
|
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)
|
add_dependencies(WebDriver ladybird headless-browser)
|
||||||
|
|
||||||
set_helper_process_properties(${ladybird_helper_processes})
|
set_helper_process_properties(${ladybird_helper_processes})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue