Page MenuHome GnuPG

kleo: Use pkg-config to determine libassuan use
Closed, ResolvedPublic

Description

kleopatra uses libassuan-config.

Revisions and Commits

rKLEOPATRA Kleopatra

Event Timeline

gniibe triaged this task as Normal priority.Dec 14 2022, 7:00 AM
gniibe created this task.

Here is my try:

Please replace this by proper use of pkg-config of cmake.

Here is my try of next, after 0001.

ikloecker added a subscriber: ikloecker.

Thanks for the patches. I have completely rewritten FindAssuan2.cmake and have added a separate FindGpgError.cmake. We cannot assume that pkg-config is available everywhere. Therefore, we cannot use pkg_check_modules exclusively. I have verified that the Find*.cmake files work for gpg4win and for the AppImage.

ikloecker moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.
ikloecker moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.

Done. I verified that gpg4win still builds.