summaryrefslogtreecommitdiff
path: root/gnome/strata/gnome/evolution-data-server.morph
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/strata/gnome/evolution-data-server.morph')
-rw-r--r--gnome/strata/gnome/evolution-data-server.morph15
1 files changed, 8 insertions, 7 deletions
diff --git a/gnome/strata/gnome/evolution-data-server.morph b/gnome/strata/gnome/evolution-data-server.morph
index bfa8671a..dfe9b55d 100644
--- a/gnome/strata/gnome/evolution-data-server.morph
+++ b/gnome/strata/gnome/evolution-data-server.morph
@@ -1,10 +1,11 @@
name: evolution-data-server
kind: chunk
-build-system: autotools
+build-system: cmake
configure-commands:
-- |
- ./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
+- cmake -DCMAKE_INSTALL_PREFIX="$PREFIX"
+ -DSYSCONFDIR=/etc
+ -DENABLE_INTROSPECTION=ON
+ -DENABLE_UOA=OFF
+ -DENABLE_VALA_BINDINGS=ON
+ -DWITH_LIBDB=OFF
+ -DWITH_OPENLDAP=OFF .