Skip to content

Commit 93ba81c

Browse files
authored
Merge pull request #13 from diamant3/main
fix gpgme-config issue in debian
2 parents 31c6300 + 8ce9f48 commit 93ba81c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

depends/check-dependencies.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ check_program automake
6666
if [ "${OSVER:0:5}" != MINGW ]; then
6767
check_program python3
6868
check_program pip3
69-
check_program gpgme-config
69+
check_program gpgrt-config
70+
# check_program gpgme-config
7071
check_header openssl openssl/crypto.h openssl/include/openssl/crypto.h
7172
check_header libarchive archive.h libarchive/include/archive.h
7273
fi

0 commit comments

Comments
 (0)