meson.build

changeset 42081
16ef7725e459
parent 42073
31532581724a
child 42092
0832e6467b58
--- a/meson.build	Thu Feb 23 01:33:50 2023 -0600
+++ b/meson.build	Thu Feb 23 06:00:48 2023 -0600
@@ -482,9 +482,9 @@
 #######################################################################
 # Check for Cyrus-SASL (for xmpp/irc)
 #######################################################################
-sasl = dependency('libsasl2', version : '>= 2.0')
+hasl = dependency('hasl', version : '>= 0.1.0')
 
-gsasl = dependency('libgsasl', version : '>= 1.8.0')
+sasl = dependency('libsasl2', version : '>= 2.0')
 
 #AC_MSG_CHECKING(for me pot o' gold)
 #AC_MSG_RESULT(no)

mercurial