pidgin/pidgin

Remove cyrus sasl as a dependency

14 months ago, Gary Kramlich
23dae27bd7ca
Parents 27c84f0b3258
Children bccfce865431
Remove cyrus sasl as a dependency

Testing Done:
Built successfully in a new build directory.

Reviewed at https://reviews.imfreedom.org/r/2302/
  • +1 -4
    meson.build
  • --- 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