From 963de4de8e314b4a909783fe0478b504cf590229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 24 Apr 2018 06:18:49 +0200 Subject: [PATCH] evolution-data-server: cross ENABLE_WEATHER=OFF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/evolution-data-server/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template index 0bfd74b383..092da398af 100644 --- a/srcpkgs/evolution-data-server/template +++ b/srcpkgs/evolution-data-server/template @@ -4,12 +4,12 @@ version=3.28.1 revision=1 build_style=cmake configure_args="-DENABLE_GOOGLE_AUTH=OFF -DENABLE_UOA=OFF - $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON')" + $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')" hostmakedepends="flex glib-devel gperf intltool pkg-config $(vopt_if gir 'gobject-introspection')" -makedepends="libgdata-devel libgweather-devel libical-devel libsecret-devel +makedepends="libgdata-devel $(vopt_if gir libgweather-devel) libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel" -depends="libgweather libsoup-gnome" +depends="$(vopt_if gir libgweather) libsoup-gnome" short_desc="Centralized access to appointments and contacts" license="LGPL-2.1-only" maintainer="Enno Boland "