Skip to content

Commit

Permalink
Merge pull request #13 from diamant3/main
Browse files Browse the repository at this point in the history
fix gpgme-config issue in debian
  • Loading branch information
sharkwouter authored Aug 8, 2023
2 parents 31c6300 + 8ce9f48 commit 93ba81c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion depends/check-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ check_program automake
if [ "${OSVER:0:5}" != MINGW ]; then
check_program python3
check_program pip3
check_program gpgme-config
check_program gpgrt-config
# check_program gpgme-config
check_header openssl openssl/crypto.h openssl/include/openssl/crypto.h
check_header libarchive archive.h libarchive/include/archive.h
fi
Expand Down

0 comments on commit 93ba81c

Please sign in to comment.