Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meson improvements #9

Merged
merged 6 commits into from
Jul 26, 2021
Merged

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    f5de5bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb2fa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25fb6d0 View commit details
    Browse the repository at this point in the history
  4. meson: Make options for deps auto not bool

    auto options are better for allowing autodetect, in addition to on and
    off.
    Ericson2314 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    16571f9 View commit details
    Browse the repository at this point in the history
  5. meson: Put some closing ')' and ']' on next line

    This helps avoid merge conflicts, since git is line-oriented.
    Ericson2314 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    db264f8 View commit details
    Browse the repository at this point in the history
  6. Avoid join_paths just for being relative current directory

    The whole point of the `files` function is that it remembers the current
    directory. Otherwise we could just use plain lists.
    Ericson2314 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    e6b5b06 View commit details
    Browse the repository at this point in the history