Skip to content

Trivial build system fixes

Simon McVittie requested to merge wip/smcv/trivia into main
  • subprojects: Make reuse lint happy

  • build-aux: Separate downloading dependencies from meson setup

    Downloading dependencies is much slower and needs to be done less often.

  • build-aux: Run meson setup with --wipe

    Otherwise, changes to default_options for subprojects will not be taken into account.


Merging unreviewed because trivial.

/cc @denittis

Merge request reports