summaryrefslogtreecommitdiff
path: root/strata/gnome
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-08 14:11:36 +0900
committerBaserock Gerrit <gerrit@baserock.org>2015-11-09 16:15:56 +0000
commitc9415cc95a3021c338a68dc0c75fcbfb736c74a1 (patch)
treee4beff09c43bc14a2034d213bd64656b78ef6253 /strata/gnome
parentf3ea41dd5c4ca451c0f0ab08b6d59840824a1fa5 (diff)
downloaddefinitions-c9415cc95a3021c338a68dc0c75fcbfb736c74a1.tar.gz
Fixing EDS build in GNOME stratum
- Build google contacts backend Depend on libgdata and dont disable the configure switch - Build gnome-3-18 branch, the previously set tip was just before the 3.18 branchpoint so this is an upgrade. - Enable vala bindings with configure switch, this will be needed later to compile folks - Enable Kerberos 5 support, move krb5 chunk to before EDS and depend on it, enable the configure switch Change-Id: I785bbf600177a336f04852268a0da1ed884a14ac
Diffstat (limited to 'strata/gnome')
-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