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

build: add optional USE_EXTERNAL_LIBDEFLATE #83

Merged
merged 4 commits into from Jan 26, 2024

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    b582162 View commit details
    Browse the repository at this point in the history
  2. build: all should be the default target

    The first build rule is the default rule.
    orbea committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    771ae14 View commit details
    Browse the repository at this point in the history
  3. build: expand pkg-config variable when used

    When using = instead of := the variable is set when its used and not
    when its set. This prvents pkg-config from being run even when the value
    of the variable is being set by the user as a make(1) argument.
    orbea committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    eb39cc5 View commit details
    Browse the repository at this point in the history
  4. build: add optional USE_EXTERNAL_LIBDEFLATE

    When setting USE_EXTERNAL_LIBDEFLATE=1 as a make(1) argument a system
    version will be used and otherwise it will use the vendored libdeflate.
    orbea committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4949344 View commit details
    Browse the repository at this point in the history