Browse Source

evolution: improved to add support for python embedded hooks if possible

stable/0.2
Christian Wiese 14 years ago
parent
commit
f289c16a1a
  1. 5
      gnome2/evolution/evolution.conf

5
gnome2/evolution/evolution.conf

@ -22,6 +22,11 @@ pkginstalled gnome-pilot-conduits && var_append confopt ' ' '--enable-pilot-cond
# Add Mono embedded hooks.
pkginstalled mono && var_append confopt ' ' "--enable-mono"
# Add python embedded hooks.
if pkginstalled -f python; then
var_append extraconfopt ' ' "--enable-python"
fi
# Build Exchange plugins
var_append confopt ' ' "--enable-exchange"

Loading…
Cancel
Save