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

Support system distro version of exiv2 0.28 with includes C++17 support #878

Merged
merged 3 commits into from
Mar 22, 2024

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    9124495 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    7e77106 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Use the right variable for choosing system vs local exiv2.

    The configure file uses the label using_system_libexiv2, while a
    number of the test.pro files use some variation on this name.  This
    never mattered before because everything had to use the local exiv2.
    Now that some builds are using the local exiv2 and others are using
    the system exiv2, this needs to be corrected.
    linuxdude42 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8183a6a View commit details
    Browse the repository at this point in the history