Legend:
- Unmodified
- Added
- Removed
-
configure
r9b2a8c1 r0075527 37 37 otr=0 38 38 skype=0 39 python=0 39 40 40 41 events=glib … … 89 90 --skype=0/1/plugin 90 91 Disable/enable Skype support $skype 92 --python=0/1/plugin 93 Disable/enable Python support $skype 91 94 92 95 --events=... Event handler (glib, libevent) $events … … 554 557 fi 555 558 echo 'SKYPE_PI=skype.so' >> Makefile.settings 556 protocols_mods="$protocol_mods skype(plugin)" 559 protocols_mods="$protocols_mods skype(plugin)" 560 fi 561 562 if [ "$python" = "1" -o "$python" = "plugin" ]; then 563 echo "PYTHONCFLAGS=-fPIC -shared $(python-config --cflags)" >> Makefile.settings 564 echo "PYTHONLDFLAGS=$(python-config --ldflags)" >> Makefile.settings 565 echo 'PYTHON_PI=bpython.so' >> Makefile.settings 566 protocols_mods="$protocols_mods python(plugin)" 557 567 fi 558 568
Note: See TracChangeset
for help on using the changeset viewer.