From c9415cc95a3021c338a68dc0c75fcbfb736c74a1 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sun, 8 Nov 2015 14:11:36 +0900 Subject: 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 --- strata/gnome/evolution-data-server.morph | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'strata/gnome') 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 -- cgit v1.2.1