Changeset a949b43 for configure


Ignore:
Timestamp:
2018-03-11T19:33:55Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
686ac51
Parents:
8167346
Message:

Remove old skype plugin. Use the skypeweb purple plugin instead.

RIP

This plugin relied on the skype linux client, which doesn't work
anymore. During login it just does exit(0) for mysterious reasons.
I guess that's the server trying to say that it's not supported.

This is officially dead now after a few years of kinda-almost-working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r8167346 ra949b43  
    4747plugins=1
    4848otr=0
    49 skype=0
    5049
    5150events=glib
     
    148147--otr=0/1/auto/plugin
    149148                Disable/enable OTR encryption support   $otr
    150 --skype=0/1/plugin
    151                 Disable/enable Skype support            $skype
    152149
    153150--events=...    Event handler (glib, libevent)          $events
     
    751748        echo "CFLAGS+=$($PKG_CONFIG --cflags libotr) $(libgcrypt-config --cflags)" >> Makefile.settings
    752749        echo 'OTR_PI=otr.so' >> Makefile.settings
    753 fi
    754 
    755 if [ "$skype" = "1" -o "$skype" = "plugin" ]; then
    756         if [ "$arch" = "Darwin" ]; then
    757                 echo "SKYPEFLAGS=-dynamiclib -undefined dynamic_lookup" >> Makefile.settings
    758         else
    759                 echo "SKYPEFLAGS=-fPIC -shared" >> Makefile.settings
    760         fi
    761         echo 'SKYPE_PI=skype.so' >> Makefile.settings
    762         protocols_mods="$protocol_mods skype(plugin)"
    763750fi
    764751
Note: See TracChangeset for help on using the changeset viewer.