qulogic/libgnt

Move PURPLE_AVAILABLE into libgnt.

2018-04-27, Elliott Sales de Andrade
dcd2cecb72e3
Parents ed65d9798e2b
Children 7c23169d215b
Move PURPLE_AVAILABLE into libgnt.

It's only relevant there.
  • +4 -0
    meson.build
  • --- a/meson.build Fri Apr 27 07:02:15 2018 -0400
    +++ b/meson.build Fri Apr 27 17:21:11 2018 -0400
    @@ -37,7 +37,11 @@
    gnt_minor_version,
    gnt_micro_version)
    +# Always true when built as part of pidgin repo.
    +PURPLE_AVAILABLE = true
    +
    gnt_config = configuration_data()
    +
    #######################################################################
    # Check for ncurses and other things used by the console UI
    #######################################################################