merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
204 changed files with 5883 additions and 27412 deletions
Showing only changes of commit 57d18d44c8 - Show all commits

View File

@@ -214,10 +214,7 @@ endif
# PGP support
if get_option('pgp').enabled()
gpgme_dep = cc.find_library('gpgme', required: true)
gpgme_config = find_program('gpgme-config', required: true)
gpgme_cflags = run_command(gpgme_config, '--cflags', check: true).stdout().strip()
add_project_arguments(gpgme_cflags.split(), language: 'c')
gpgme_dep = dependency('gpgme', required: false)
build_pgp = true
conf_data.set('HAVE_LIBGPGME', 1)