mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
build: correct gcrypt
This commit is contained in:
parent
41544e2467
commit
67d285ebeb
@ -63,7 +63,7 @@ omemo_libsignal_dep = dependency('libsignal-protocol-c', version: '>= 2.3.2', re
|
|||||||
if omemo_libsignal_dep.version().version_compare('< 2.3.2')
|
if omemo_libsignal_dep.version().version_compare('< 2.3.2')
|
||||||
conf.set_quoted('HAVE_LIBSIGNAL_LT_2_3_2', '1')
|
conf.set_quoted('HAVE_LIBSIGNAL_LT_2_3_2', '1')
|
||||||
endif
|
endif
|
||||||
omemo_gcrypt_dep = dependency('gcrypt', version: '>= 1.7.0', required : get_option('omemo'))
|
omemo_gcrypt_dep = dependency('libgcrypt', version: '>= 1.7.0', required : get_option('omemo'))
|
||||||
if omemo_libsignal_dep.found() and omemo_gcrypt_dep.found()
|
if omemo_libsignal_dep.found() and omemo_gcrypt_dep.found()
|
||||||
conf.set_quoted('HAVE_OMEMO', '1')
|
conf.set_quoted('HAVE_OMEMO', '1')
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user