File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ where `<arch>` is the target architecture that you want to compile to (pass `all
1212
1313This script takes care of fetching, building and installing all WPE Android dependencies.
1414
15- The cross-compilation work is done by [ Cerbero] ( https://github.com/Igalia/cerbero )
15+ The cross-compilation work is done by [ Cerbero] ( https://github.com/Igalia/wpe-android- cerbero )
1616
1717After cloning Cerbero's source through git in the ` build ` folder, the process starts with
1818the following Cerbero command:
1919
2020` ./cerbero-uninstalled -c config/cross-android-<arch> package -f wpewebkit `
2121
2222The logic for this command is in the
23- [ WPEWebKit packaging recipe in Cerbero's repo] ( https://github.com/Igalia/cerbero/blob/wpe-android/packages/wpewebkit.package ) .
23+ [ WPEWebKit packaging recipe in Cerbero's repo] ( https://github.com/Igalia/wpe-android- cerbero/blob/wpe-android/packages/wpewebkit.package ) .
2424
2525This command triggers the build for all WPEWebKit dependencies. After that WPEWebKit itself
2626is built. You can find the recipes for all dependencies and WPEWebKit build in the
Original file line number Diff line number Diff line change 2828This script takes care of fetching, building and installing all WPE Android dependencies,
2929including libwpe, WPEBackend-android and WPEWebKit.
3030
31- The cross-compilation work is done by Cerbero: https://github.com/Igalia/cerbero.git
31+ The cross-compilation work is done by Cerbero: https://github.com/Igalia/wpe-android- cerbero.git
3232
3333After cloning Cerbero's source through git in the `build` folder, the process starts with
3434the following Cerbero command:
3535
3636`./cerbero-uninstalled -c config/cross-android-<arch> package -f wpewebkit`
3737
3838The logic for this command is in the WPEWebKit packaging recipe in Cerbero's repo:
39- https://github.com/Igalia/cerbero/blob/wpe-android/packages/wpewebkit.package
39+ https://github.com/Igalia/wpe-android- cerbero/blob/wpe-android/packages/wpewebkit.package
4040
4141This command triggers the build for all WPEWebKit dependencies. After that WPEWebKit itself
4242is built. You can find the recipes for all dependencies and WPEWebKit build in the
@@ -83,8 +83,8 @@ class Bootstrap:
8383 default_arch = "arm64"
8484 default_version = "2.42.1"
8585
86- _cerbero_origin = "https://github.com/Igalia/cerbero.git"
87- _cerbero_branch = "wpe-android "
86+ _cerbero_origin = "https://github.com/Igalia/wpe-android- cerbero.git"
87+ _cerbero_branch = "main "
8888
8989 _packages_url_template = "https://wpewebkit.org/android/bootstrap/{version}/{filename}"
9090 _devel_package_name_template = "wpewebkit-android-{arch}-{version}.tar.xz"
You can’t perform that action at this time.
0 commit comments