mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
build: fix typos
This commit is contained in:
parent
f2684e9166
commit
a1f883d48d
@ -53,17 +53,17 @@ endif
|
|||||||
# TODO: check for otr3 and otr4
|
# TODO: check for otr3 and otr4
|
||||||
otr_dep = dependency('libotr', version: '>= 4.0', required : get_option('otr'))
|
otr_dep = dependency('libotr', version: '>= 4.0', required : get_option('otr'))
|
||||||
if otr_dep.found()
|
if otr_dep.found()
|
||||||
conf.set_quoted('BUILD_OTR', '1')
|
conf.set_quoted('HAVE_LIBOTR', '1')
|
||||||
endif
|
endif
|
||||||
pgp_dep = dependency('gpgme', required : get_option('pgp'))
|
pgp_dep = dependency('gpgme', required : get_option('pgp'))
|
||||||
if pgp_dep.found()
|
if pgp_dep.found()
|
||||||
conf.set_quoted('HAVE_LIBGPGME', '1')
|
conf.set_quoted('HAVE_LIBGPGME', '1')
|
||||||
endif
|
endif
|
||||||
# TODO: HAVE_LIBSIGNAL_LT_2_3_2
|
# TODO: HAVE_LIBSIGNAL_LT_2_3_2
|
||||||
omemo_libsignal_dep = dependency('libsignal-protocol-c', version: '>= 2.3.2', required : get_option('pgp'))
|
omemo_libsignal_dep = dependency('libsignal-protocol-c', version: '>= 2.3.2', required : get_option('omemo'))
|
||||||
omemo_gcrypt_dep = dependency('libsignal-protocol-c', version: '>= 1.7.0', required : get_option('pgp'))
|
omemo_gcrypt_dep = dependency('libsignal-protocol-c', 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('BUILD_OMEMO', '1')
|
conf.set_quoted('HAVE_OMEMO', '1')
|
||||||
endif
|
endif
|
||||||
# TODO: Xss not detected?
|
# TODO: Xss not detected?
|
||||||
screensaver_xss_dep = dependency('xscrnsaver', required : get_option('xscreensaver'))
|
screensaver_xss_dep = dependency('xscrnsaver', required : get_option('xscreensaver'))
|
||||||
|
Loading…
Reference in New Issue
Block a user