Remove cyrus sasl as a dependency

Fri, 03 Mar 2023 00:55:59 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 03 Mar 2023 00:55:59 -0600
changeset 42143
23dae27bd7ca
parent 42142
27c84f0b3258
child 42144
bccfce865431

Remove cyrus sasl as a dependency

Testing Done:
Built successfully in a new build directory.

Reviewed at https://reviews.imfreedom.org/r/2302/

meson.build file | annotate | diff | comparison | revisions
--- a/meson.build	Thu Mar 02 23:58:21 2023 -0600
+++ b/meson.build	Fri Mar 03 00:55:59 2023 -0600
@@ -480,12 +480,10 @@
 endif
 
 #######################################################################
-# Check for Cyrus-SASL (for xmpp/irc)
+# Check for Hasl
 #######################################################################
 hasl = dependency('hasl', version : '>= 0.1.0')
 
-sasl = dependency('libsasl2', version : '>= 2.0')
-
 #AC_MSG_CHECKING(for me pot o' gold)
 #AC_MSG_RESULT(no)
 
@@ -554,7 +552,6 @@
 
 summary({
     'Dynamic protocols': DYNAMIC_PRPLS,
-    'Cyrus SASL support (IRC and XMPP)': sasl,
 }, section: 'Protocol Support', bool_yn: true, list_sep: ', ')
 
 # TODO: Remove `.found()` once https://github.com/mesonbuild/meson/pull/10949

mercurial