Changes between Version 3 and Version 4 of WebKitFlatpakSDK/LocalProjects


Ignore:
Timestamp:
Apr 5, 2022 4:10:38 AM (2 years ago)
Author:
Philippe Normand
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitFlatpakSDK/LocalProjects

    v3 v4  
    44Build and runtime dependencies provided by the SDK can be locally overridden, the advantage of this setup is that it allows for local development against development versions of dependencies relying on the Meson build-system.
    55
    6 When the environment variable WEBKIT_SDK_LOCAL_DEPS is set at compile-time and runtime, some dependencies (currently only libsoup and GStreamer) will be picked up from local git checkouts located in Tools/flatpak/. If no checkout is present, one will be made based on the corresponding .wrap file.
     6When the environment variable `WEBKIT_SDK_LOCAL_DEPS` is set at compile-time and runtime, some dependencies (currently only libsoup and GStreamer) will be picked up from local git checkouts located in `Tools/flatpak/local-projects/`. If no checkout is present, one will be made based on the corresponding .wrap file.
    77
    8 Additional Meson options can be supplied with WEBKIT_SDK_LOCAL_DEPS_OPTIONS. Nested subprojects configuration is supported as well.
     8Additional Meson options can be supplied with `WEBKIT_SDK_LOCAL_DEPS_OPTIONS`. Nested subprojects configuration is supported as well.
    99
    1010== Enabling local dependencies during the WebKit build