summaryrefslogtreecommitdiff
path: root/strata/gnome/evolution-data-server.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/gnome/evolution-data-server.morph')
-rw-r--r--strata/gnome/evolution-data-server.morph7
1 files changed, 6 insertions, 1 deletions
diff --git a/strata/gnome/evolution-data-server.morph b/strata/gnome/evolution-data-server.morph
index 5e7cd56a..bfa8671a 100644
--- a/strata/gnome/evolution-data-server.morph
+++ b/strata/gnome/evolution-data-server.morph
@@ -2,4 +2,9 @@ name: evolution-data-server
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-uoa --with-libdb=no --disable-google --with-nss-includes=/usr/include/nss --with-nspr-includes=/usr/include/nspr
+- |
+ ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc \
+ --disable-uoa --with-libdb=no \
+ --enable-vala-bindings --with-krb5=yes \
+ --with-nss-includes=/usr/include/nss \
+ --with-nspr-includes=/usr/include/nspr