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

CMake: generate a pkg-config file that follow pkg-config conventions #4456

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Sep 9, 2024

  1. CMake: configure pkg-config with @only

    And use @ replacement instead of {}, since ${} is significant in
    pkg-config's format
    dcbaker committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    672b577 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. CMake: use conventional prefix and incluedir variables in pkg-config

    This is more standard, and has some advantages when cross compiling.
    This also means that the pkg-config files generated by Meson and CMake
    now match.
    dcbaker committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ba6d78b View commit details
    Browse the repository at this point in the history