Since gpgme 1.13.0, pkg-config files are available and this is the preferred way to detect the dependency. Without this, projects that wish to generate pkg-config files that Requires.private on gpgme, now have their custom dependency() fallbacks overridden with an incorrect configtool dependency.pull/4747/merge
parent
53a7403f10
commit
f5bc0ab44a
3 changed files with 6 additions and 3 deletions
@ -1,3 +1,3 @@ |
||||
## gpgme dependency now supports gpgme-config |
||||
|
||||
Previously, we could only detect GPGME with custom invocations of `gpgme-config`. Now we added support to Meson allowing us to use `dependency('gpgme')` instead. |
||||
Previously, we could only detect GPGME with custom invocations of `gpgme-config` or when the GPGME version was recent enough (>=1.13.0) to install pkg-config files. Now we added support to Meson allowing us to use `dependency('gpgme')` and fall back on `gpgme-config` parsing. |
||||
|
Loading…
Reference in new issue